I am getting this error:
(98) Address already in use: make_sock: could not bing to address 0.0.0.0:80 no listening sockets available, shutting down.
From what I have been able to figure out, this error is telling me something is listening on port 80 already. I do an 'nmap 172.20.3.1' or a 'netstat -a' and there is nothing listed for port 80. I also do 'ps -ef | less' and look to see if httpd is already started, it is not nor is any process running under the 'apache' username.
I change the 'Listen' directive in the httpd.conf file to 'Listen 81', then do a 'apachectl start' and everything seems to work fine. I do an 'nmap 172.20.3.1', now I have port 80, 81 and 443 showing up.
Any ideas?
Thanks,
Wes Hegge
Signalblast.com, Inc.
(98) Address already in use: make_sock: could not bing to address 0.0.0.0:80 no listening sockets available, shutting down.
From what I have been able to figure out, this error is telling me something is listening on port 80 already. I do an 'nmap 172.20.3.1' or a 'netstat -a' and there is nothing listed for port 80. I also do 'ps -ef | less' and look to see if httpd is already started, it is not nor is any process running under the 'apache' username.
I change the 'Listen' directive in the httpd.conf file to 'Listen 81', then do a 'apachectl start' and everything seems to work fine. I do an 'nmap 172.20.3.1', now I have port 80, 81 and 443 showing up.
Any ideas?
Thanks,
Wes Hegge
Signalblast.com, Inc.