[Inteproxy-commits] r312 - in trunk: . server/conf

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Jun 15 16:10:46 CEST 2011


Author: bjoern
Date: 2011-06-15 16:10:46 +0200 (Wed, 15 Jun 2011)
New Revision: 312

Modified:
   trunk/ChangeLog
   trunk/server/conf/inteproxy-WindowsServer2003.conf
   trunk/server/conf/inteproxy.conf
Log:
Adjusted inteproxy.conf. Added and changed FilterProvider directives to provide rewriting of different content-types and/or compressed Capabilities documents.


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2011-06-15 13:51:24 UTC (rev 311)
+++ trunk/ChangeLog	2011-06-15 14:10:46 UTC (rev 312)
@@ -2,6 +2,13 @@
 
 	* M server/conf/inteproxy.conf,
 	  M server/conf/inteproxy-WindowsServer2003.conf:
+	  Added and changed FilterProvider to provide rewriting of different
+	  content-types and/or compressed Capabilities documents.
+
+2011-06-15  Bjoern Schilberg <bjoern.schilberg at intevation.de>
+
+	* M server/conf/inteproxy.conf,
+	  M server/conf/inteproxy-WindowsServer2003.conf:
 	  Changed version numbers to 1.0.4.
 	  
 2011-06-15  Bjoern Schilberg <bjoern.schilberg at intevation.de>

Modified: trunk/server/conf/inteproxy-WindowsServer2003.conf
===================================================================
--- trunk/server/conf/inteproxy-WindowsServer2003.conf	2011-06-15 13:51:24 UTC (rev 311)
+++ trunk/server/conf/inteproxy-WindowsServer2003.conf	2011-06-15 14:10:46 UTC (rev 312)
@@ -18,9 +18,14 @@
 # application/vnd.ogc.wms_xml.  The slash in the content type value has
 # to be expressed with the octal escape \057 because the slash has to be
 # used as the delimeter of the regular expression
-FilterProvider fixurls SUBSTITUTE  Content-Type "/(application\057vnd.ogc.wms_xml|text\057xml)($|;)/"
-FilterChain fixurls
 
+FilterProvider gzinflate INFLATE resp=Content-Encoding $gzip
+FilterProvider fixurls SUBSTITUTE Content-Type "/(application\057vnd.ogc.wms_xml|application\057xml|application\057vnd.ogc.se_xml|text\057xml|text\057plain|text\057html)($|;)/"
+FilterProvider gzdeflate DEFLATE Content-Type "/(application\057vnd.ogc.wms_xml|application\057xml|application\057vnd.ogc.se_xml|text\057xml|text\057plain|text\057html)($|;)/"
+FilterChain +gzinflate +fixurls +gzdeflate
+
+
+
 # conf/inteproxy-rewrite.conf has to be generated if it doesn't exist
 # yet (see README.txt).  It contains the RewriteRules for the actual
 # InteProxy functionality.

Modified: trunk/server/conf/inteproxy.conf
===================================================================
--- trunk/server/conf/inteproxy.conf	2011-06-15 13:51:24 UTC (rev 311)
+++ trunk/server/conf/inteproxy.conf	2011-06-15 14:10:46 UTC (rev 312)
@@ -16,10 +16,14 @@
 # application/vnd.ogc.wms_xml.  The slash in the content type value has
 # to be expressed with the octal escape \057 because the slash has to be
 # used as the delimeter of the regular expression
-FilterProvider fixurls SUBSTITUTE  Content-Type "/(application\057vnd.ogc.wms_xml|text\057xml)($|;)/"
-FilterChain fixurls
 
+FilterProvider gzinflate INFLATE resp=Content-Encoding $gzip
+FilterProvider fixurls SUBSTITUTE Content-Type "/(application\057vnd.ogc.wms_xml|application\057xml|application\057vnd.ogc.se_xml|text\057xml|text\057plain|text\057html)($|;)/"
+FilterProvider gzdeflate DEFLATE Content-Type "/(application\057vnd.ogc.wms_xml|application\057xml|application\057vnd.ogc.se_xml|text\057xml|text\057plain|text\057html)($|;)/"
+FilterChain +gzinflate +fixurls +gzdeflate
 
+
+
 # conf/inteproxy-rewrite.conf has to be generated if it doesn't exist
 # yet (see README.txt).  It contains the RewriteRules for the actual
 # InteProxy functionality.



More information about the Inteproxy-commits mailing list