• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

(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