Mac Mini Mac OS X Server Snow Leopard and XAMPP install?

Problems with the Mac OS X version of XAMPP, questions, comments, and anything related.

Mac Mini Mac OS X Server Snow Leopard and XAMPP install?

Postby wyattbiker » 17. February 2010 03:34

I am using Mac OS X Server on a Mac Mini. It has already built in AMP. I would like to try XAMPP. Can I install XAMPP without conflict with the existing setup possibly on its own ports#? And docs I can read regarding this?

I have used MAMP on my Mac Book like this (ports 8888 and 8889) and works well.

Thanks
wyattbiker
 
Posts: 1
Joined: 17. February 2010 03:27

Re: Mac Mini Mac OS X Server Snow Leopard and XAMPP install?

Postby ralf.krause » 22. February 2010 00:17

No you can't start XAMPP while the normal web server apache and the normal database mysql are running. They are using the same ports 80 and 3306. You will find the configuration files /etc/apache2/httpd.conf and /etc/my.cnf on your mac server.

To start XAMPP at the same time you must find new ports for XAMPP (8088, 8089). Edit the XAMPP configuration files /Applications/XAMPP/xamppfiles/etc/httpd.conf and /Applications/XAMPP/xamppfiles/etc/my.cnf. In httpd.conf you will find Listen 80 (line 40) which means that apache wait for access on port 80 ... change this to 8088. In my.conf you will see the port twice ... when you change both to 8089. Restart apache and mysql in XAMPP Control.

That' all ... you will see your web server with http://localhost:8088

Ralf
ralf.krause
 
Posts: 26
Joined: 26. January 2009 11:10
Operating System: OS X 10.8.2


Return to XAMPP for macOS

Who is online

Users browsing this forum: No registered users and 61 guests