• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

(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