LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Red Hat (https://www.linuxquestions.org/questions/red-hat-31/)
-   -   Starting httpd : could not bind to address 192.168.1.22:80 (https://www.linuxquestions.org/questions/red-hat-31/starting-httpd-could-not-bind-to-address-192-168-1-22-80-a-704383/)

kevles01@yahoo.co.uk 02-13-2009 04:29 AM

Starting httpd : could not bind to address 192.168.1.22:80
 
Hi all i have recently installed apache 2 on fedora 5 and i have installed aApache and it has started ok
I am now try to configure httpd.conf to start another instance of httpd to log into weblogic, when i try and start the instance i am getting the following error :

[root@devws01 uat]#/etc/init.d/uat start
Starting httpd: (98): make_sock: could not bind to address 192.168.1.22:80
no listening sockets available, shutting down
Unable to open logs
[FAILED]


i have tried to edit the httpd.conf and replace Listen 192.168.1.22:80
with *:80

and still getting the same error

can you please help with this one i am a new linux user so my knowledge is limited hence why i am asking for help

Regards

acid_kewpie 02-13-2009 04:33 AM

sounds like something is already listening on it... is it? run "netstat -plnt" to see.


All times are GMT -5. The time now is 04:43 PM.