[mapguide-commits] r5879 - in trunk/Installer/Support/Web: x64/Apache2/conf x86/Apache2/conf

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue May 31 02:14:13 EDT 2011


Author: jng
Date: 2011-05-30 23:14:13 -0700 (Mon, 30 May 2011)
New Revision: 5879

Modified:
   trunk/Installer/Support/Web/x64/Apache2/conf/httpd.conf
   trunk/Installer/Support/Web/x86/Apache2/conf/httpd.conf
Log:
#1652: Apply same httpd.conf settings to trunk

Modified: trunk/Installer/Support/Web/x64/Apache2/conf/httpd.conf
===================================================================
--- trunk/Installer/Support/Web/x64/Apache2/conf/httpd.conf	2011-05-31 03:33:51 UTC (rev 5878)
+++ trunk/Installer/Support/Web/x64/Apache2/conf/httpd.conf	2011-05-31 06:14:13 UTC (rev 5879)
@@ -1012,9 +1012,13 @@
   AddHandler cgi-script exe
   
   # Content compression
+  SetOutputFilter DEFLATE
+  
   AddType text/javascript js jgz
   AddOutputFilterByType DEFLATE text/javascript
   AddOutputFilterByType DEFLATE text/html
+  AddOutputFilterByType DEFLATE text/xml
+  AddOutputFilterByType DEFLATE application/json
 
   RewriteEngine on
   RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization},L]

Modified: trunk/Installer/Support/Web/x86/Apache2/conf/httpd.conf
===================================================================
--- trunk/Installer/Support/Web/x86/Apache2/conf/httpd.conf	2011-05-31 03:33:51 UTC (rev 5878)
+++ trunk/Installer/Support/Web/x86/Apache2/conf/httpd.conf	2011-05-31 06:14:13 UTC (rev 5879)
@@ -1012,9 +1012,13 @@
   AddHandler cgi-script exe
   
   # Content compression
+  SetOutputFilter DEFLATE
+  
   AddType text/javascript js jgz
   AddOutputFilterByType DEFLATE text/javascript
   AddOutputFilterByType DEFLATE text/html
+  AddOutputFilterByType DEFLATE text/xml
+  AddOutputFilterByType DEFLATE application/json
 
   RewriteEngine on
   RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization},L]



More information about the mapguide-commits mailing list