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

(98)Address already in use: make_sock: could not bind to address [::]:80

Shawn M

Basic Pleskian
Hi,

When I did the Plesk Upgrade one of the packages was PHP 5 Support.

I selected that option and got this error when I finished:
(98)Address already in use: make_sock: could not bind to address [::]:80

I followed this and it didn't work:
http://kb.odin.com/1507
 
Could you please be more specific - what exactly didn't work? Did you check Apache config files that there are no duplicated records for 80 port listening?
 
I checked. I commented out Listen: 80 in http.conf

Now I get the same problem for port 443.

What apache files should I check to see if Listen: 443 is duplicated? I don't know much about apache
 
Try to stop Apache with

# /etc/init.d/httpd stop

and check with

# lsof -i tcp:80

that you have any process for port 80. Kill it if exist. Then try to start Apache again.
 
Back
Top