Jan 05, '04 09:12:00AM • Contributed by: patrickoehlinger
- "Turn off the built-in Apache installation on the OS X machine" -- you can do so with the System Preferences -> Sharing [Services tab] -> Personal Web Sharing check box -- make sure it's unchecked.
- "Edit httpd.conf to load mod_proxy (there are about 20 or so lines to uncomment)" -- to do so, first make a backup of your old httpd.conf file by entering the following command (one line!) in your Terminal.app (in Application -> Utilities):
sudo mv /private/etc/httpd/httpd.conf /private/etc/httpd/httpd.conf.bak
Now edit the file with the following command:sudo pico /private/etc/httpd/httpd.conf
Uncomment lines by removing the # sign; the 20 or so lines you want to uncomment are very close to the bottom of the file.
- "Turn Apache back on" -- Just like step 1, but check the box this time.
