Page 1 of 2

FreeBSD 5.3

PostPosted: 09. September 2005 19:49
by newtester
Hi, just a quick question before I start downloading. Has anyone tried XAMPP on FreeBSD.

Thanks in advance.

PostPosted: 09. September 2005 20:20
by Wiedmann
There is a "unofficial" XAMPP for FreeBSD (native FreeBSD compilation). At the moment this version is for testing (eg. the upgrade function between the versions is missing).

I think tomorrow i'am ready with the latest build. You can have a download link if you want to make some tests ;-)

BTW:
You should be able to use XAMPP for Linux if you enable the Linux Binary Compatibility. Maybe you must change some paths in the startupcript, because Kai use the Bash on another location as you can find this on FreeBSD (i have never used the Linux Binary Compatibility, so i have not really knowledge about this)

Download link

PostPosted: 09. September 2005 20:31
by newtester
Yes please and thanks in advance for the download link. I will be using a dedicated "box" with a fresh install for testing. I may try compiling with Linux Binary Compatibility enabled but, at first I would prefer not to.

PostPosted: 10. September 2005 18:16
by Wiedmann
So, i'm ready with the new version:

README
RELEASENOTES
XAMPP for FreeBSD 0.0.5
(MD5 (xampp-freebsd-0.0.5.tar.gz) = 11786e950f2918049239439e00f877cf)
XAMPP for FreeBSD 0.0.5 upgrade
(MD5 (xampp-upgrade-freebsd-0.0.5.tar.gz) = f80368f570f9b91dad5c550ab54a5a81)

Thanks for testing :-)

PostPosted: 22. September 2005 21:28
by snipes420
I have just installed this on a testing computer i am playing with.
it is FreeBSD 5.4 RELEASE with a GENERIC kernel.

the install went good and it started right up like it should.
the xampp security script doesnt seem to work the same as the xampp i have used in the past. The security page says:
To fix or close all these matters simply call

/usr/local/xampp/xampp security

This will start an interactive program.

i dont think this is correct because it doesnt work for me.
i guess this is how security is setup?
Code: Select all
./xampp passwd           #to set password
./xampp security on      #to turn security on

after i did this and checked the xampp security page it still says "These XAMPP pages are accessible by network for everyone: Unsecure" but the rest of the checks are Secure.
again im not sure if in the latest xampp this is how it works or if it is the freebsd version only.
is there a ./xampp command to set this password?
I am going to install some different web software on it and i'll try to report back if i have any problems. :)

PostPosted: 22. September 2005 21:47
by Wiedmann
To fix or close all these matters simply call
/usr/local/xampp/xampp security
This will start an interactive program.

i dont think this is correct because it doesnt work for me.

You are right. The language files and translations are from "XAMPP for Linux", without big changes. And here I've only changed the path/scriptname. Sorry.

./xampp passwd #to set password
./xampp security on #to turn security on

In the README you can read the default user/password for Apache/MySQL/ProFTPd. MySQL and ProFTPd always use this user/password. Apache uses only this user/password for several locations if you enable the security with
Code: Select all
./xampp security on

don't forget to restart apache:
Code: Select all
./xampp apache restart


With
Code: Select all
./xampp security passwd

you can set the password for:
MySQL: root
ProFTPD: nobody
Apache: nobody

is there a ./xampp command to set this password?

it's always the same script:
/usr/local/xampp/xampp

PostPosted: 23. September 2005 04:13
by snipes420
thank you
I forgot to restart xampp :oops:
that is why the password's were not enabled yet
it works the way you say now :)

FreeBSD 6.0

PostPosted: 05. November 2005 09:55
by amigaga
Any early adepts ?

PostPosted: 28. December 2005 08:32
by wangyu1314
thank you ,sir,I look at it for a long time......

PostPosted: 18. May 2006 07:43
by Sidious
When will be a new version?

PostPosted: 19. May 2006 23:23
by Wiedmann
Good question *g* You are working with the current release?

BTW:
I'll try to make a new release in the next weeks (it's really time...).

PostPosted: 20. May 2006 12:09
by Sidious
Yes. I'm now using XAMMP and FreeBSD 6.1 and i'm waiting fo a new version =)))

PostPosted: 03. June 2006 23:26
by EQ
Wiedmann wrote:Good question *g* You are working with the current release?

BTW:
I'll try to make a new release in the next weeks (it's really time...).


Im waiting for new version too ;)

PostPosted: 13. June 2006 10:47
by EQ
Is it possible to include php-fcgi?

PostPosted: 13. June 2006 14:54
by Wiedmann
"mod_fcgid" is not working for you?

Try switching PHP with:
Code: Select all
/usr/local/xampp/xampp phpfastcgi5
or
/usr/local/xampp/xampp phpfastcgi4