https://issues.apache.org/bugzilla/show_bug.cgi?id=48037
--- Comment #3 from Simon Oberhammer <[email protected]> --- 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: [email protected] For additional commands, e-mail: [email protected]
