[mapguide-commits] r5948 - in branches/2.2/Installer/Support/Web: x64/Apache2/conf x86/Apache2/conf

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Fri Jun 24 11:25:06 EDT 2011


Author: jng
Date: 2011-06-24 08:25:06 -0700 (Fri, 24 Jun 2011)
New Revision: 5948

Modified:
   branches/2.2/Installer/Support/Web/x64/Apache2/conf/httpd.conf
   branches/2.2/Installer/Support/Web/x86/Apache2/conf/httpd.conf
Log:
#1652: Compress css and other well known text mime types

Modified: branches/2.2/Installer/Support/Web/x64/Apache2/conf/httpd.conf
===================================================================
--- branches/2.2/Installer/Support/Web/x64/Apache2/conf/httpd.conf	2011-06-24 15:24:28 UTC (rev 5947)
+++ branches/2.2/Installer/Support/Web/x64/Apache2/conf/httpd.conf	2011-06-24 15:25:06 UTC (rev 5948)
@@ -1014,8 +1014,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: branches/2.2/Installer/Support/Web/x86/Apache2/conf/httpd.conf
===================================================================
--- branches/2.2/Installer/Support/Web/x86/Apache2/conf/httpd.conf	2011-06-24 15:24:28 UTC (rev 5947)
+++ branches/2.2/Installer/Support/Web/x86/Apache2/conf/httpd.conf	2011-06-24 15:25:06 UTC (rev 5948)
@@ -1014,8 +1014,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