I'm using MacOS X 10.6.2. I want to use AMPPS http://www.ampps.com/ as my local development server so my question is how do I keep my AMPPS PHP & MySQL default?
|
if you meant how to set AMPPS
This makes the OS search for binaries in this paths before the default ones. |
||||
|
|
|
You should find two options in AMPPS "Start AMPPS on Starup" and "Start Apache & MySQL on Application startup". These options can be found exactly at: Right click on AMPPS Dock Icon -> Configuration -> AMPPS. |
|||
|
|
|
I have never used AMPPS but I reckon you must stop web sharing from system preferences -> sharing, to leave free port 80. What do you mean as default? Always on? There should be a start server at boot... nothing really difficult. I would use just mac's web sharing which is Apache, you can turn on PHP by uncommenting this line:
in /etc/apache/httpd.conf. You can use one of the latest PHP versions from: http://php-osx.liip.ch/. MySql server has an easy dmg installer. If you want to be a good programmer, you should be able to set up and know your environment. |
|||
|
|