On 08/05/07, MJ Ray mjr@phonecoop.coop wrote:
sudo netstat -t -l -n -p | grep 80 tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 13823/apache
What is in hosts.conf? It sounds like there's a Listen 80 when it should be some Listen IP-address:80 forms. But...
The only Listen 80 is in the mod_ssl section, after Listen 443. No changes have been made to the hosts file since the upgrade, though, and it worked before, so it's probably not a config error.
What does it show if xinetd is stopped and apache is restarted?
apache still won't start when xinetd is stopped. Same error [crit] (98)Address already in use: make_sock: could not bind to port 80 but now sudo netstat -t -l -n -p | grep 80 has no resulting output.
That seems rather strange. Does xinetd listen on 0.0.0.0:80 or a particular IP address? If they both want 0.0.0.0:80, it won't work.
No, xinetd is on a different address. I'll ask the previous administrator about it when I next manage to catch up with him (he's very elusive).
Many thanks, Jenny