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 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 wrote: > > > On Sat, Apr 3, 2010 at 9:13 AM, Nilesh Govindarajan wrote: > >> On 04/03/10 07:53, Ravi Roy wrote: >> >>> >>> >>> On Fri, Apr 2, 2010 at 9:

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/03/10 10:12, Ravi Roy wrote: On Sat, Apr 3, 2010 at 9:55 AM, Nilesh Govindarajan mailto:li...@itech7.com>> wrote: On 04/03/10 09:38, Ravi Roy wrote: Try using the /sbin/service command instead of this. Also, your httpd is self compiled or installed us

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 Sat, Apr 3, 2010 at 9:55 AM, Nilesh Govindarajan wrote: > On 04/03/10 09:38, Ravi Roy wrote: > > >> >> >>Try using the /sbin/service command instead of this. >> >>Also, your httpd is self compiled or installed using yum ? >> >>And did you make any alterations (or created) /etc/rc.d

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/03/10 09:38, Ravi Roy wrote: Try using the /sbin/service command instead of this. Also, your httpd is self compiled or installed using yum ? And did you make any alterations (or created) /etc/rc.d/init.d/httpd ? Thanks Nilesh, I tried ; command : sudo /sbin/service httpd

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 Sat, Apr 3, 2010 at 9:13 AM, Nilesh Govindarajan wrote: > On 04/03/10 07:53, Ravi Roy wrote: > >> >> >> On Fri, Apr 2, 2010 at 9:57 PM, Nilesh Govindarajan > > wrote: >> >>On 04/02/10 21:52, Ravi Roy wrote: >> >>Hi >>I installed Apache/2.2.13 (Unix)

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/03/10 07:53, Ravi Roy wrote: On Fri, Apr 2, 2010 at 9:57 PM, Nilesh Govindarajan mailto:li...@itech7.com>> wrote: 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

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 wrote: > 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 followin

Re: [us...@httpd] Best Practices for mod_perl, mod_python, and mod_php

2010-04-02 Thread Nilesh Govindarajan
On 04/03/10 02:59, The Gaijin wrote: Hello - I've inherited a system from our development group, and I've been attempting to find information on recommended best practices for running mixed mod_perl, mod_python and mod_php simultaneously on Apache HTTPd using mod_prefork. Unfortunately, my Goog

Re: [us...@httpd] How to limit number of particular request in apache.

2010-04-02 Thread Nilesh Govindarajan
On 04/03/10 04:18, Anuradha wrote: Hi All, I want to limit the number of "particular" requests in apache For example I have httpd running on my system. My webserver provides a upload and download service. I want to configure appache in a way that at the max it can serve 100 uploads and 200 downlo

RE: [us...@httpd] Cannot access my first web app

2010-04-02 Thread Geoff Millikan
> If yes, then try this: > http://rafael/Cambifon/indice.pl Make that: http://rafael:8080/Cambifon/indice.pl smime.p7s Description: S/MIME cryptographic signature

RE: [us...@httpd] Cannot access my first web app

2010-04-02 Thread Geoff Millikan
>From the command line, can you ping rafael like this: prompt> ping rafael If not, then you need to figure out what the FQDN is. Something like this: prompt> ping rafael.mycompany.com If yes, then try this: http://rafael/Cambifon/indice.pl smime.p7s Description: S/MIME cryptographic si

[us...@httpd] Cannot access my first web app

2010-04-02 Thread Rafael Muneton
I have my first web app; it was developed in Perl with MySQL and using Apache 2.2 as the  Web Server. I am working in Windows, both XP SP2 and in Vista Home. When I access my web app in my Server, I need to type only,   http://localhost:8080/Cambifon/indice.pl and it works just g

[us...@httpd] mod_disk_cache -> How big do we set the cache?

2010-04-02 Thread Geoff Millikan
Question: What are the rules of thumb for setting the size of the cache? Fact: The memory usage on the server is below for reference. Fact: htcacheclean will continuously prune the cache to a certain size. Fact: When the cache got to 587,692 items taking up 2.2GB of disk space I started gettin

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 14:24, Eric Covener wrote: 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/inter

[us...@httpd] How to limit number of particular request in apache.

2010-04-02 Thread Anuradha
Hi All,   I want to limit the number of "particular" requests in apache   For example I have httpd running on my system. My webserver provides a upload and download service. I want to configure appache in a way that  at the max it can serve  100 uploads and 200 downloads not more than that.   Wh

[us...@httpd] Best Practices for mod_perl, mod_python, and mod_php

2010-04-02 Thread The Gaijin
Hello - I've inherited a system from our development group, and I've been attempting to find information on recommended best practices for running mixed mod_perl, mod_python and mod_php simultaneously on Apache HTTPd using mod_prefork. Unfortunately, my Google-fu hasn't produced much in the way

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 Cove

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 no listening sockets available, shutting down Unable to open logs [FAILED] Can sombody help me on this please? T

[us...@httpd] easier handling of https/ssl ?

2010-04-02 Thread peter pilsl
I am hosting a couple of webpages on my apache (virtualhosts) and each of them should be reachable via http and https. So actually I have to copy/paste each virtualhost-section and create a port-80-virtualhost and a port-443-vitualhost with the same content but the the ssl-stuff. If I do some

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

[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