Re: Issues with mod_proxy_http, keep-alive, and SSL

2008-01-09 Thread Adam Woodworth
1st question still up for grabs, but I found the answer to my 2nd question for those interested: Bug 43472 (http://issues.apache.org/bugzilla/show_bug.cgi?id=43472) reported this problem and the fix for it is in 2.2.7. I just tried the 2.2.7 tag from svn and it solved the issue for me. On Jan

Re: Issues with mod_proxy_http, keep-alive, and SSL

2008-01-09 Thread Ruediger Pluem
Answer to your first question can be found at http://issues.apache.org/bugzilla/show_bug.cgi?id=43238#c3 Regards RĂ¼diger On 01/09/2008 10:34 PM, Adam Woodworth wrote: 1st question still up for grabs, but I found the answer to my 2nd question for those interested: Bug 43472

Issues with mod_proxy_http, keep-alive, and SSL

2008-01-08 Thread Adam Woodworth
Hi, I have a couple issues with mod_proxy: 1) HTTP Keep-Alive on an SSL Connection: In the source for Apache 2.2.6, around line 1704 of modules/proxy/mod_proxy_http.c there is this code that causes HTTPS connections to not use Keep-Alive's: backend-is_ssl = is_ssl; /* * TODO: Currently we