Just installed Apache

I get the following when trying to do ./apachectl start


(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


And when I typed:

netstat -nap --inet |grep 80 |grep LISTEN


I got the following:

tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 13876/httpd
i'm on redhat9 please help!

 

 

 

 

Top