DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=37770>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=37770 ------- Additional Comments From [EMAIL PROTECTED] 2007-04-18 13:00 ------- (In reply to comment #48) > I have this problem with apache-2.2.4 (and 2.0.59) on Windows 2003 SP1. It > proxies (via a rewriterule - which btw. means I can't set the ttl etc. timings > enabled for ProxyPass in v2.2 :( ) > > I reproduce it, via a stresstest setup. > > I have tried to set: > SetEnv force-proxy-request-1.0 1 > > > SetEnv proxy-nokeepalive 1 > in the virtualhost - but it has no effect. I don't think that your problem is the same problem as described by many others here. It is also no surprise to me that force-proxy-request-1.0 and proxy-nokeepalive show no effect in your situation as you are using mod_rewrite to do reverse proxying to a single server (a balancer would be a different story). In this case httpd NEVER reuses the backend connections. For each request to the backend a new one will be opened. > [Wed Apr 18 16:03:12 2007] [debug] proxy_util.c(1816): proxy: HTTP: has > released > connection for (*) Above (the star) proves that you are using the 'reverse worker' which never reuses backend connections. So it looks like your fresh backend connections get broken for some other reasons. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
