LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Mobile (https://www.linuxquestions.org/questions/linux-mobile-81/)
-   -   httpd service error (https://www.linuxquestions.org/questions/linux-mobile-81/httpd-service-error-765781/)

gautamnarayan 10-31-2009 08:11 AM

httpd service error
 
Hi,

My squid server is working with 192.168.8.249:8080 and 10.10.10.20:8080.
And my httpd service is not working. and I am trying to configure httpd service in the same both IP address with port 80.

But I am facing the below problem

[root@panther conf]# service httpd restart
Stopping httpd: [FAILED]
Starting httpd: (98)Address already in use: make_sock: could not bind to address 192.168.8.249:80
no listening sockets available, shutting down
Unable to open logs
[FAILED]


Please help me to fix this problem.

Thanks and regards.

acid_kewpie 10-31-2009 09:18 AM

Well like it says, something must already be listening on port 80. Get rid of whatever it is and it should be able to listen correctly. Run "netstat -plnt" as root to see what is using it.


All times are GMT -5. The time now is 01:51 PM.