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


Click here to return to the 'if you don't own bbedit' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
if you don't own bbedit
Authored by: jim_perry on Feb 14, '03 07:16:00PM

open terminal and type:

cd /etc/httpd/
diff httpd.conf httpd.conf.applesaved

a nice summary of the differences will come up. To make edits in pico (an easy to use and FREE text editor that runs from the command line):

sudo pico httpd.conf

and make the changes. To make it extra easy, open a second terminal window and type:

pico /etc/httpd/httpd.conf.applesaved

You can then cut text from the second window and paste it right into the first!

To reboot Apache from the command line, just:

sudo apachectl graceful

That's it, your up and running. You did make backups just in case, right?



[ Reply to This | # ]