• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Apache Down after update

Webroy

Regular Pleskian
Hi All,

I have a Centos 5.5. server .

I have updated from Plesk 9.5 tot 10.3 after that Apache does not work any more.

I get :

Stopping httpd: [FAILED]
Starting httpd: [Tue Jul 19 12:00:03 2011] [warn] module ssl_module is already loaded, skipping
(98)Address already in use: make_sock: could not bind to address [::]:80
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs


I tried :

fuser 80/tcp killed all the processes on poort 80 and reboot apache , it will start once but nothing works when i do a restart again apache is giving the same error.

I have also tried bootstrapper.sh repair the problem remains...
 
try running this

for i in `ipcs -s | grep apache | awk '{print $2}'` ; do ipcrm -s $i; done
kill -9 `ps aux | grep httpd | grep -v grep | awk '{print $2}'`
service httpd configtest && service httpd start
 
I rebooted the server when I have this issue and apache started ok ..
 
Back
Top