[open-ils-commits] r18776 - branches/rel_2_0/Open-ILS/examples/apache (erickson)
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Nov 18 09:32:09 EST 2010
Author: erickson
Date: 2010-11-18 09:32:07 -0500 (Thu, 18 Nov 2010)
New Revision: 18776
Modified:
branches/rel_2_0/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: branches/rel_2_0/Open-ILS/examples/apache/eg.conf
===================================================================
--- branches/rel_2_0/Open-ILS/examples/apache/eg.conf 2010-11-18 14:31:33 UTC (rev 18775)
+++ branches/rel_2_0/Open-ILS/examples/apache/eg.conf 2010-11-18 14:32:07 UTC (rev 18776)
@@ -98,10 +98,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