digitalFAQ.com Forum

digitalFAQ.com Forum (https://www.digitalfaq.com/forum/)
-   Web Hosting (https://www.digitalfaq.com/forum/web-hosting/)
-   -   Apache will not restart - How to force restart? (https://www.digitalfaq.com/forum/web-hosting/2195-apache-restart-how.html)

kpmedia 04-26-2010 10:15 AM

Apache will not restart - How to force restart?
 
Ran into an issue today, Apache webserver would not restart (Plesk 9, CentOS Linux, Apache 2)

Kept getting this while logged in to root:
Code:

Address already in use: make_sock: could not bind to port 80
The solution was to:
Code:

killall -9 httpd
and then restart Apache with:
Code:

service httpd start
And it was back -- and even faster than before it went down. :)

Easy!


All times are GMT -5. The time now is 07:11 PM

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.