[mapguide-commits] r5947 - in trunk/Installer/Support/Web:
x64/Apache2/conf x86/Apache2/conf
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Fri Jun 24 11:24:28 EDT 2011
Author: jng
Date: 2011-06-24 08:24:28 -0700 (Fri, 24 Jun 2011)
New Revision: 5947
Modified:
trunk/Installer/Support/Web/x64/Apache2/conf/httpd.conf
trunk/Installer/Support/Web/x86/Apache2/conf/httpd.conf
Log:
#1652: Compress css and other well known text mime types
Modified: trunk/Installer/Support/Web/x64/Apache2/conf/httpd.conf
===================================================================
--- trunk/Installer/Support/Web/x64/Apache2/conf/httpd.conf 2011-06-24 14:51:48 UTC (rev 5946)
+++ trunk/Installer/Support/Web/x64/Apache2/conf/httpd.conf 2011-06-24 15:24:28 UTC (rev 5947)
@@ -1015,8 +1015,10 @@
SetOutputFilter DEFLATE
AddType text/javascript js jgz
+ AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE text/javascript
AddOutputFilterByType DEFLATE text/html
+ AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/xml
AddOutputFilterByType DEFLATE application/json
Modified: trunk/Installer/Support/Web/x86/Apache2/conf/httpd.conf
===================================================================
--- trunk/Installer/Support/Web/x86/Apache2/conf/httpd.conf 2011-06-24 14:51:48 UTC (rev 5946)
+++ trunk/Installer/Support/Web/x86/Apache2/conf/httpd.conf 2011-06-24 15:24:28 UTC (rev 5947)
@@ -1015,8 +1015,10 @@
SetOutputFilter DEFLATE
AddType text/javascript js jgz
+ AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE text/javascript
AddOutputFilterByType DEFLATE text/html
+ AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/xml
AddOutputFilterByType DEFLATE application/json
More information about the mapguide-commits
mailing list