• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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