"Jenny Hopkins" hopkins.jenny@gmail.com wrote: [...]
What is in hosts.conf? What does netstat show when apache is running?
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...
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.
Regards,