Hello,

 

I have built a httpd with proxy module included on unix platform. While
testing the connection persistence on upstream end I noticed that after
serving the response to the request the connection gets released and a
new connection is established to upstream for next request within the
same second. I am testing with IE 6.0 with HTTP/1.1 enabled. 

 

I have following directives in httpd.conf

 

KeepAlive On

KeepAliveTimeout 15

MaxKeepAliveRequests 100

 

Since apache 1.3.x proxy does not support connection persistence on
upstream end, I wanted to see if apache 2.x proxy supports it or not. Is
it not supported yet in 2.x or am I missing something?

 

Thanks,

N.Nayak 

Reply via email to