You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2013/07/31 16:53:30 UTC

[Bug 48037] mod_proxy_http does not handle asynchronous keepalive close events correctly

https://issues.apache.org/bugzilla/show_bug.cgi?id=48037

--- Comment #3 from Simon Oberhammer <si...@nekapuzer.at> ---
We too are seeing this error on 2.2.23

Our ProxyPass setup is very simple:

    ProxyPass  /something  http://localhost:8080/somethingelse/

We have a high traffic site and get several of those errors every day:

(20014)Internal error: proxy: error reading status line from remote server
localhost:8080
proxy: Error reading from remote server returned by /proxy/foo/bar

The proxy backend is a jetty6, which has a connection timeout of 200 seconds.
We added "ttl=100" hoping this would mitigate the problem but I see no change.

"proxy-initial-not-pooled" is not a solution for us, since we have KeepAlive
disabled in apache (as i understand it, setting this env would thus disable the
pooling completely?)

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org