Keep-Alive showing as not enabled but as far as i know it is
|
12-07-2011, 04:36 AM
Post: #11
|
|||
|
|||
RE: Keep-Alive showing as not enabled but as far as i know it is
I'd revert your httpd.conf back to:
Code: BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 force-response-1.0 That is the official version of it from Apache that targets JUST the broken version of MSIE and it is safe to do (even better would be to remove it entirely because you will never see IE 4 beta 2 in the wild). I assume the only other match which is in ssl.conf is the entry you put in there and is the SetEnvIf matching. From reading here: http://blogs.msdn.com/b/ieinternals/arch...-slow.aspx I'd recommend removing that entirely as well unless you feel really dtrongly about supporting pre-IE6 IE browsers (and if so I assume a LOT of other stuff on your site would be broken). |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)