• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be 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.

Apache2 restart not working after upgrading to Plesk 9.2

L

Lagaf

Guest
Hi there,

after upgrading from Plesk 8.6 to 9.2 I can't restart the apache2 webserver over the shell any more :(

Code:
[email protected]:~# /etc/init.d/apache2 restart
 * Restarting web server apache2
(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
                                    [COLOR="Red"][B][fail][/B][/COLOR]

The apache2 process isn't closed properly so the only (dirty) solution is to kill the process with killall -9 apache2

Additional notice: An apache2 restart over the plesk control panel GUI under "Services" does its job, but I prefer restarting it over the shell.

Thanks in advance!
 
Back
Top