Linux - MobileThis forum is for the discussion of all topics relating to Mobile Linux. This includes Android, LiMo, Maemo, LiPS, Moblin, Openmoko, Ubuntu Mobile, Open Mobile Alliance and other similar projects and products.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
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]
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.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.