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=44079>. 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=44079 ------- Additional Comments From [EMAIL PROTECTED] 2007-12-14 14:10 ------- (In reply to comment #0) > > everything works correctly 100% of the time. From what I know, mod_proxy > cannot > handle persistent SSL backend connections. Is it possible that the non-SSL > backend connections are persistent and that's causing all this? I've tried Yes, this is exactly the reason. SSL backend connections are not persistent whereas non-SSL connections are. > quite a few things, including 'SetEnv force-proxy-request-1.0 1 SetEnv > proxy-nokeepalive 1' without luck. Apache 1.x didn't had this issue. proxy-nokeepalive 1 should really help as it ensures that the backend connection gets closed like in the SSL case. I assume you placed SetEnv proxy-nokeepalive 1 in the wrong place of your config. Where did you place it? -- 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]
