Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'About the new 10.4 (Tiger) hints' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
About the new 10.4 (Tiger) hints
Authored by: cxd101 on May 02, '05 09:59:24AM

After installing Tiger, my PHP went south on me. Here is the fix I used to get it restarted - thanks Jon B. for the hint. I had to go in as root (sudo -s) and edit the /etc/httpd/httpd.conf file. After I did the following edits and restarted the internal Apache server, PHP started working again.

From:

#LoadModule php4_module libexec/httpd/libphp4.so
#AddModule mod_php4.c

To:

LoadModule php4_module libexec/httpd/libphp4.so
AddModule mod_php4.c



[ Reply to This | # ]