Activate Apache / PHP on Mac OS X 10.8.3

I have a MacBook Pro installed with OS X 10.8.3 factory installed. I want to configure the Apache / PHP working environment on my local computer. Is it a question of activating / changing settings in the terminal or do I need to install something?

There were other manuals, but they obviously do not answer how to start if I have factory installed, and not upgrade from an earlier version.

Thanks for any help.

+5
source share
2 answers

, , , httpd.conf(/etc/apache2/httpd.conf), php- apache ( "LoadModule php5_module", , , , # , ), apache, : apachectl start (, , "sudo" )

, apache php. DocumentRoot

+8

All Articles