Forum Moderators: phranque
Typing in sh -v /etc/init.d/httpd start
gives me:
Starting httpd: (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
The only thing I changed with httpd.conf is the servername, I used the name of my website.
At first I left the Listen 80 alone. Didn't work. Tried changing it to my IP address but the message still says "Could not bind to address 0.0.0.0:80. It's like Apache is not noticing the changes I make to httpd.conf.
Any advice?