PHP and Mac OS 10.12

hiya

Registered
Hey,

I was planning on waiting and toying with PHP after getting the 10.12 update due to some changes Apple was doing with Apache in the update. Well, in the httpd.conf file they totally for got to add commented LoadModule and AddModule lines to the conf file. I went back into Apple's knowledgebase found an article #106485 and tried to add these lines to replace the missing ones:

LoadModule php_module modules/mod_php.so
and
AddModule mod_php.c

I then uncommented the 2 Add type lines involving PHP4 and tried to restart the webserver...but it just hung

I then took out the two new lines in the conf file and let the other 2 lines uncommented....the webserver rebooted fine....I can see a php folder still in the system library...did they move the needed files to a different location? I am new to Unix so if anyone can help it would be awesome...

Thanks
hiya
 
Back
Top