[open-ils-commits] r18775 - trunk/Open-ILS/examples/apache (erickson)
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Nov 18 09:31:35 EST 2010
Author: erickson
Date: 2010-11-18 09:31:33 -0500 (Thu, 18 Nov 2010)
New Revision: 18775
Modified:
trunk/Open-ILS/examples/apache/eg.conf
Log:
Apparently, IE versions 6+ can handle ssl+keepalive. this apache change should help speed up IE w/ ssl and reduce server back-and-forth
Modified: trunk/Open-ILS/examples/apache/eg.conf
===================================================================
--- trunk/Open-ILS/examples/apache/eg.conf 2010-11-17 22:41:33 UTC (rev 18774)
+++ trunk/Open-ILS/examples/apache/eg.conf 2010-11-18 14:31:33 UTC (rev 18775)
@@ -121,10 +121,13 @@
Include eg_vhost.conf
# help IE along with SSL pages
- BrowserMatch ".*MSIE.*" \
+ SetEnvIf User-Agent ".*MSIE [1-5].*" \
nokeepalive ssl-unclean-shutdown \
downgrade-1.0 force-response-1.0
+ SetEnvIf User-Agent ".*MSIE [6-9].*" \
+ ssl-unclean-shutdown
+
</VirtualHost>
# ----------------------------------------------------------------------------------
More information about the open-ils-commits
mailing list