| Article: |
Apache Web-Serving with Mac OS X: Part 2 | |
| Subject: | problems with httpd.conf | |
| Date: | 2002-04-28 18:57:47 | |
| From: | beefyt | |
|
I was trying to get ScriptAlias to point to another directory with no luck. I eventually just tried to get an Alias to work and it still wouldn't. The point where I gave up is when I changed
|
||
Showing messages 1 through 3 of 3.
-
ahh, fixed it
2002-04-28 19:13:46 beefyt [View]
So no one told me you had to restart the server. Anyone know how to reload the config file without restarting the machine? -
ahh, fixed it
2002-04-29 04:21:26 Morbus Iff |
[View]
"sudo apachectl stop" will stop the Apache webserver, and "sudo apachectl start" will start it up again. You can also do "sudo apachectl restart" which combines both a "stop" and "start". -
restarting server
2006-06-22 05:39:40 carlco2 [View]
sudo apachectl graceful


