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


Click here to return to the 'httpd.conf modified' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
httpd.conf modified
Authored by: uurf on Feb 14, '03 02:05:06PM

the 10.2.4 update saves your httpd.conf to httpd.conf.applesaved, and then replaces httpd.conf. It appears that this is only to add and enable the new Rendezous apache mod.

if you've modified your httpd.conf (for example to enable php, or add mod_mp3 for example) you will have to modify your httpd.conf again.

I used BBedit's "Show Differences" to make short work of this.



[ Reply to This | # ]
httpd.conf modified
Authored by: jgro on Feb 14, '03 04:22:51PM
the two specific things that whack out PHP support based on Marc Liyange's package are the following lines:
DirectoryIndex index.html index.php AddType application/x-httpd-php .php
Add them back in and everything should be fine. Note that you may have additional DirectoryIndex entries (index.cgi, index.pl, index.shtml) that need to be restored.

[ Reply to This | # ]