Re: [us...@httpd] Apache/2.2.13 : Starting httpd: (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80 error

2010-04-04 Thread Ravi Roy
On Sat, Apr 3, 2010 at 8:35 PM, alin vasile alinachegal...@yahoo.comwrote: yes, should be enough. have you tried killing the running process that listens to that port and start apache again? Yes, tried, but same error. Thanks! -RR

Re: [us...@httpd] Apache/2.2.13 : Starting httpd: (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80 error

2010-04-04 Thread alin vasile
so you killed the existing process that listens to 80 and started again. now you can see that a process listens to 80? also please check if the log directories configured in httpd.conf exist and the apache user has permission to write in them. From: Ravi

Re: [us...@httpd] Apache/2.2.13 : Starting httpd: (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80 error

2010-04-03 Thread Charan
I remember this has happened to me once. if there is SELinux, disable it and try again Thanks, Charan On Fri, Apr 2, 2010 at 9:08 PM, Ravi Roy ravi.a...@gmail.com wrote: On Sat, Apr 3, 2010 at 9:13 AM, Nilesh Govindarajan li...@itech7.comwrote: On 04/03/10 07:53, Ravi Roy wrote: On

Re: [us...@httpd] Apache/2.2.13 : Starting httpd: (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80 error

2010-04-03 Thread Nick Kew
On 2 Apr 2010, at 17:22, Ravi Roy wrote: 1.Command : $ sudo /etc/rc.d/init.d/httpd start Error Message : Starting httpd: (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80 You might have another instance running, in which case you should check your packager's

Re: [us...@httpd] Apache/2.2.13 : Starting httpd: (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80 error

2010-04-03 Thread alin vasile
Are you sure that you have the permisson to listen on port 80? From: Ravi Roy ravi.a...@gmail.com To: users@httpd.apache.org Sent: Sat, April 3, 2010 7:08:17 AM Subject: Re: [us...@httpd] Apache/2.2.13 : Starting httpd: (98)Address already in use: make_sock:

Re: [us...@httpd] Apache/2.2.13 : Starting httpd: (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80 error

2010-04-03 Thread Ravi Roy
On Sat, Apr 3, 2010 at 5:02 PM, alin vasile alinachegal...@yahoo.comwrote: Are you sure that you have the permisson to listen on port 80? User logged in (current user) in the system is part of sudoers. I think that is sufficient ? Thanks. -RR

Re: [us...@httpd] Apache/2.2.13 : Starting httpd: (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80 error

2010-04-03 Thread Ravi Roy
On Sat, Apr 3, 2010 at 8:10 PM, Ravi Roy ravi.a...@gmail.com wrote: On Sat, Apr 3, 2010 at 5:02 PM, alin vasile alinachegal...@yahoo.comwrote: Are you sure that you have the permisson to listen on port 80? User logged in (current user) in the system is part of sudoers. I think that

Re: [us...@httpd] Apache/2.2.13 : Starting httpd: (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80 error

2010-04-03 Thread alin vasile
yes, should be enough. have you tried killing the running process that listens to that port and start apache again? From: Ravi Roy ravi.a...@gmail.com To: users@httpd.apache.org Sent: Sat, April 3, 2010 5:50:50 PM Subject: Re: [us...@httpd] Apache/2.2.13 :

[us...@httpd] Apache/2.2.13 : Starting httpd: (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80 error

2010-04-02 Thread Ravi Roy
Hi I installed Apache/2.2.13 (Unix) on CentOS 5.4. My prolbem is that when I try to start and stop it using sudo /etc/rc.d/init.d/httpd start / stop / restart It gives me the following, I googgled a lot but could not really find a solution. 1.Command : $ sudo /etc/rc.d/init.d/httpd start Error

Re: [us...@httpd] Apache/2.2.13 : Starting httpd: (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80 error

2010-04-02 Thread Nilesh Govindarajan
On 04/02/10 21:52, Ravi Roy wrote: Hi I installed Apache/2.2.13 (Unix) on CentOS 5.4. My prolbem is that when I try to start and stop it using sudo /etc/rc.d/init.d/httpd start / stop / restart It gives me the following, I googgled a lot but could not really find a solution. 1.Command : $ sudo

Re: [us...@httpd] Apache/2.2.13 : Starting httpd: (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80 error

2010-04-02 Thread Reese
On 02-Apr-10 11:27, Nilesh Govindarajan wrote: On 04/02/10 21:52, Ravi Roy wrote: address 0.0.0.0:80 http://0.0.0.0:80 no listening sockets available, shutting down Unable to open logs [FAILED] Can sombody help me on this please?

Re: [us...@httpd] Apache/2.2.13 : Starting httpd: (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80 error

2010-04-02 Thread Eric Covener
Is he really running port 80 on 0.0.0.0 - or is that his edit to obscure his real IP number? If he can't identify another process occupying port 80, he may want to take a closer look at his Apache configuration file. 0.0.0.0 means all IPV4 addresses/interfaces on the system. -- Eric Covener

Re: [us...@httpd] Apache/2.2.13 : Starting httpd: (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80 error

2010-04-02 Thread Ravi Roy
On Fri, Apr 2, 2010 at 9:57 PM, Nilesh Govindarajan li...@itech7.comwrote: On 04/02/10 21:52, Ravi Roy wrote: Hi I installed Apache/2.2.13 (Unix) on CentOS 5.4. My prolbem is that when I try to start and stop it using sudo /etc/rc.d/init.d/httpd start / stop / restart It gives me the