https://issues.apache.org/bugzilla/show_bug.cgi?id=55422
Ruediger Pluem <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #2 from Ruediger Pluem <[email protected]> --- In your case you cannot use persistent backend connections. Disable them by setting the environment variables proxy-initial-not-pooled or proxy-nokeepalive (http://httpd.apache.org/docs/2.4/env.html). Be aware that this can have performance penalties especially for proxy-nokeepalive as full SSL handshakes need to be performed for each request to the backend. -- 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]
