Re: [users@httpd] Help needed

2013-05-10 Thread Igor Cicimov
On 11/05/2013 2:26 AM, "jerome.m" wrote: > > Has anyone ever experience an HTTPD (mpm worker) just suddenly stop accepting connection? > > I did a telnet on the port it was listening from the local machine and its not responding.. > > the fix was stop it and then start it... > > i looked at the er

Re: [users@httpd] Help needed

2013-05-10 Thread Daniel Ruggeri
On 5/10/2013 11:26 AM, jerome.m wrote: > Has anyone ever experience an HTTPD (mpm worker) just suddenly stop > accepting connection? > > I did a telnet on the port it was listening from the local machine and > its not responding.. > > the fix was stop it and then start it... > > i looked at the err

Re: [users@httpd] Help needed

2013-05-10 Thread David Ecker
Hi, have you done a tcpdump? Might be that the connections are filtered by a firewall. Could also be a problem with DNS. Are you able to connect locally (to localhost) using an IP adress only? Does the access log tell you anything? bye David Am 10.05.2013 18:26, schrieb jerome.m: Has anyon

[users@httpd] Help needed

2013-05-10 Thread jerome.m
Has anyone ever experience an HTTPD (mpm worker) just suddenly stop accepting connection? I did a telnet on the port it was listening from the local machine and its not responding.. the fix was stop it and then start it... i looked at the error logs and found nothing.. the load on the 16 core b

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

RE: [users@httpd] reverse_proxy related: howto rewrite code passing through

2013-05-10 Thread Paul Beckett
Daniel,In Apache 2.4 a previously third-party module mod_proxy_http ( http://httpd.apache.org/docs/2.4/mod/mod_proxy_html.html ) was included. The original module: http://apache.webthing.com/mod_proxy_html/ presumably works with Apache 2.2. This module seems to be focused on modifying URL's. I'v