- Insert one line at the bottem of /etc -> httpd -> httpd.conf. The line to be inserted is this:
Include /private/etc/httpd/httpd.conf.TvE
- Create the file /private -> etc -> httpd -> httpd.conf.TvE ... replace the .TvE with your own initials (or whatever). In my case, this file contains these lines:
LoadModule php4_module libexec/httpd/libphp4.so AddModule mod_php4.c AddType application/x-httpd-php .php AddType text/html .shtml AddHandler server-parsed .shtml DirectoryIndex index.html index.shtml index.shtm index.htm index.php
- Restart Apache in the Terminal (or Personal Web Sharing in the GUI).
[robg adds: The method I use is to just run File Merge on the new and old httpd.conf file (Apple's installer seems to always create httpd.conf.applesaved when it updates the httpd file). However, this method would save some time, and insure that I always captured Apple's changes instead of relying on my proper reading of a diff file.]

