[users@httpd] (20014)Internal error: proxy: error reading status line from remote server

2013-05-10 Thread Ravi Roy
Hi List, I'm using Apache 2.2.11 on CentOS, arch - x86 as write-through subversion proxy. Server version: Apache/2.2.11 (Unix) Server built: Apr 10 2010 16:04:54 I have started getting the following error for last few days, which I really find strange : (20014)Internal error: proxy: error

[users@httpd] Rewrite rule redirection from http to https does not work.

2013-05-02 Thread Ravi Roy
Hi Guys, My configuration is Apache/2.2.23 on CentOS x86_64, running Subversion server. Recently I installed SSL certificates and I want to redirect all request comming to http://myhostname.domain.com/svn/reponame to be redirected to https://myhostname.domain.com/svn/reponame automatically. This

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-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

[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 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