Problem on starting Apache2

samman

New member
Joined
May 22, 2013
Messages
4
Dear all, I get this message

(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down

when issuing the command:

sudo /etc/init.d/apache2 restart

netstat gives:

tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 1133/nginx: worker

and when:

killall -9 ns.pl
ns.pl: no process found

How can I get apache2 to start?

Thanks!
 
Nginx

BTW:

nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
nginx: [emerg] still could not bind()
 
This is not how you start the webserver at all. Do you have a directadmin license?
 
No, is that required to run Apache to set up an own proxy? I am trying to set up an own HTTP proxy on my Ubuntu Linux server..:confused:
 
No, not required, but this is the Directadmin forums with support for Directadmin based servers.
You might want to go to linuxquestions.org or kindlike site.
 
Back
Top