• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.
  • The new Python extension is now available. It allows customers to deploy and manage WSGI-based Python applications on their websites directly from 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