• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

(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