apache doesn't start :(((

hello

that's very weird!

when i try to start apache, i'm getting:

root@server01 [~]# service httpd start
[Fri Jan 14 16:26:50 2005] [warn] NameVirtualHost X.X.X.X:80 has no VirtualHosts
[Fri Jan 14 16:26:50 2005] [warn] NameVirtualHost X.X.X.X:80 has no VirtualHosts
/etc/init.d/httpd start: httpd started
but it doesn't start

what's weird:
i can connect to the server remotely... but not locally!!

root@server01 [~]# telnet 127.0.0.1 80
Trying 127.0.0.1...
telnet: Unable to connect to remote host: Connection refused
on my office i can connect to it!

any suggestions?

i'd guess there's another program running on port 80... but i can't find it:
root@server01 [/etc/httpd/logs]# netstat -aln | grep :80
root@server01 [/etc/httpd/logs]#
also, error_log doesn't say anything usefull

[Fri Jan 14 16:02:06 2005] [warn] NameVirtualHost X.X.X.X:80 has no VirtualHosts
[Fri Jan 14 16:02:06 2005] [warn] pid file /usr/local/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Fri Jan 14 16:02:17 2005] [warn] NameVirtualHost X.X.X.X:80 has no VirtualHosts
[Fri Jan 14 16:02:17 2005] [warn] pid file /usr/local/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Fri Jan 14 16:02:35 2005] [warn] NameVirtualHost X.X.X.X:80 has no VirtualHosts
[Fri Jan 14 16:02:35 2005] [warn] pid file /usr/local/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
thanks in advance

 

 

 

 

Top