| Article: |
Apache Web-Serving with Mac OS X: Part 2 | |
| Subject: | Kill Apache??? | |
| Date: | 2002-04-22 07:58:47 | |
| From: | jblarsen | |
|
I made changes to httpd.conf that were incorrect, then stopped and tried to restart Apache from the System Preferences panel. When I tried to restart, the panel said "web server starting up" and sat there.
|
||
Showing messages 1 through 1 of 1.
-
Kill Apache???
2002-04-23 15:40:11 Morbus Iff |
[View]



If this happens again, you can check that your config file is in good working order with "httpd -t" and then restart the server manually with "sudo apachectl start". Likewise, stopping the server can be done with "sudo apachectl stop".