Go Back    Forum > Digital Publishing / Web Sites > Web Hosting

Reply
 
LinkBack Thread Tools
  #1  
04-26-2010, 10:15 AM
kpmedia's Avatar
kpmedia kpmedia is offline
Site Staff | Web Hosting, Photo
 
Join Date: Feb 2004
Posts: 4,311
Thanked 374 Times in 341 Posts
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!

- Did my advice help you? Then become a Premium Member and support this site.
- Please Like Us on Facebook | Follow Us on Twitter

- Need a good web host? Ask me for help! Get the shared, VPS, semi-dedicated, cloud, or reseller you need.
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Ads / Sponsors
 
Join Date: ∞
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
Reply




Thread Tools



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