• 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

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