• 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.

Webserver do not start

R

Roger Nordseth

Guest
/etc/init.d/apache2 start
Starting web server: apache2(98)Address already in use: make_sock: could not bind to address [::]:80

and i need the domain up as soon as possible
 
netstat?

Can you try whit this command and check who is at port 80

netstat -ln --programs | grep :80

and try first the process with port 80, kill -9 XXXXX

XXXX apeear at last of line with port 80, for example:


tcp 0 0 0.0.0.0:80 0.0.0.0:* ESCUCHAR 1446/apache2

so, kill -9 1446

Good luck

Maxwell.
Montevideo, Uruguay
 
I have upgraded to v 10 but is stuck with default template, i can see the site in the user controlpanel
 
Back
Top