I found this great tutorial on how to install Apache2 and PHP5 on OSX.
Thanks a lot Maccius!
By the way, if you just want to use the Apache and PHP versions that come with OSX, read this post.
I found this great tutorial on how to install Apache2 and PHP5 on OSX.
Thanks a lot Maccius!
By the way, if you just want to use the Apache and PHP versions that come with OSX, read this post.
January 17th, 2008 at 4:09 pm
I prefer the standard OSX method. Just sudo apachectl start and check your http://localhost/~username/. Files will be in /Users/username/Sites/.
For PHP edit your httpd.conf as described in the article. But nevertheless great tip GJ.
January 17th, 2008 at 7:17 pm
Thanks for the tutorial, was really helpful!
March 20th, 2008 at 6:20 pm
You could install MAMP also, which is really easy to manage and even lets you switch between PHP4 and PHP5
http://mamp.info/en/mamp.html
March 25th, 2008 at 6:08 pm
Thanks for the suggestion Fredric. I hope to find some time to checkout MAMP in the near future