| Article: |
Apache Web-Serving with Mac OS X: Part 2 | |
| Subject: | ahh, fixed it | |
| Date: | 2002-04-28 19:13:46 | |
| From: | beefyt | |
|
Response to: problems with httpd.conf
|
||
| So no one told me you had to restart the server. Anyone know how to reload the config file without restarting the machine? | ||
Showing messages 1 through 2 of 2.
-
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


