Hi,
I have some linux experience, but i am baffled why that I can't get httpd started.
It starts, and when I access apo.rose-hulman.edu from the web... I get a blank webpage.
From terminal session, i run:
Code:
apachectl -k restart
And I get:
Code:
httpd not running, trying to start
(98)Address already in use: make_sock: could not bind to address [::]:80
no listening sockets available, shutting down
Unable to open logs
So, I have no clue why I keep getting a blank webpage.
I also have run:
Code:
netstat -na | grep 0.0.0.0
... and no 0.0.0.0:80 has shown up. Also, i have run:
Code:
netstat -nap --inet|grep -w 80|grep -i listen
... with no output... and
... with no output
HELP!!! I am running the newest Fedora Core (like 3, i believe). I may just have to reinstall it to fix the problem, but i'd like to know what to do just in case this happens again.