On 11/29/2005 04:12 PM, Jim Jagielski wrote: > Can you try HEAD on httpd-trunk for a fix until something > more robust as far as the connections are implemented... >
Just for convenience: http://svn.apache.org/viewcvs?rev=349723&view=rev Has someone found out out why we close the connection if r->proxyreq == PROXYREQ_PROXY || r->proxyreq == PROXYREQ_REVERSE? I fear that this is something that has survived from 2.0.x. I am also wondering why mod_proxy_http is storing the connection in the module config. Is this something from 2.0.x days where we had no connection pool or is it a security problem to share one keepalive http backend connections across different client connections and vice versa? Regards RĂ¼diger
