• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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