[Inteproxy-commits] r181 - trunk

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Fri Dec 5 10:46:02 CET 2008


Author: sholl
Date: 2008-12-05 10:46:01 +0100 (Fri, 05 Dec 2008)
New Revision: 181

Modified:
   trunk/ChangeLog
   trunk/demo.cfg
Log:
	* demo.cfg: added example-section how to use the
	  InteProxy-upstream-proxy-configuration



Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2008-11-28 15:02:15 UTC (rev 180)
+++ trunk/ChangeLog	2008-12-05 09:46:01 UTC (rev 181)
@@ -1,3 +1,8 @@
+2008-12-05  Stephan Holl  <stephan.holl at intevation.de>
+
+	* demo.cfg: added example-section how to use the
+	  InteProxy-upstream-proxy-configuration
+
 2008-11-28  Bernhard Herzog  <bh at intevation.de>
 
 	* inteproxy/httpmessage.py (HTTPMessage.debug_log_message): Avoid

Modified: trunk/demo.cfg
===================================================================
--- trunk/demo.cfg	2008-11-28 15:02:15 UTC (rev 180)
+++ trunk/demo.cfg	2008-12-05 09:46:01 UTC (rev 181)
@@ -11,7 +11,24 @@
 # future for other inteproxy settings.  The names for those section will
 # be chosen so as to not interfere with existing section names.  Hence
 # the suggestion to use the full domain name.
+#
+# InteProxy-related configuration-entries follow
+# !! IMPORTANT:
+# !! If you need upstream proxy-authentification, please uncomment the
+# !! following entries [inteproxy] and [http_proxy_authentification] and
+# !! adopt them with your credentials!
 
+# Authentification against upstream proxy-servers
+# [inteproxy]
+# https_proxy=http_proxy_authentification
+# http_proxy=http_proxy_authentification
+# 
+# [http_proxy_authentification]
+# host=upstream.proxy.url.com
+# port=8080
+# username=john
+# password=secret
+
 # An example section for the host inteproxy-demo.intevation.org.
 [inteproxy-demo.intevation.org]
 
@@ -34,7 +51,6 @@
 class=owsproxy
 
 # Lower Saxony secured WMS-Services
-
 [www.geobasisdaten.niedersachsen.de/mapgate/farbe]
 host=www.geobasisdaten.niedersachsen.de
 path=/mapgate/farbe



More information about the Inteproxy-commits mailing list