profadourman wrote: > > The log files say nothing, as far as I can tell. I tried starting > httpd from the command line and got this error message back: > (98)Address already in use: make_sock: could not bind to address [::]:80 > (98)Address already in use: make_sock: could not bind to address > 0.0.0.0:80 > no listening sockets available, shutting down > Unable to open logs >
So something else is listening on port 80 by the sounds of it.. try netstat -tnap as root [EMAIL PROTECTED]:~$ sudo netstat -tnap | grep 80 Password: tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 5206/thttpd Brad -- "Human beings, who are almost unique in having the ability to learn from the experience of others, are also remarkable for their apparent disinclination to do so." -- Douglas Adams
