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

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Jun 16 09:44:32 CEST 2011


Author: bjoern
Date: 2011-06-16 09:44:31 +0200 (Thu, 16 Jun 2011)
New Revision: 313

Modified:
   trunk/ChangeLog
   trunk/server/conf/inteproxy-WindowsServer2003.conf
   trunk/server/conf/inteproxy.conf
Log:
Added comment for required modules in inteproxy.conf. Commented all platform-specific modules configurations files.



Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2011-06-15 14:10:46 UTC (rev 312)
+++ trunk/ChangeLog	2011-06-16 07:44:31 UTC (rev 313)
@@ -1,3 +1,10 @@
+2011-06-16  Bjoern Schilberg <bjoern.schilberg at intevation.de>
+
+	* M server/conf/inteproxy.conf,
+	  M server/conf/inteproxy-WindowsServer2003.conf:
+	  Added comment for required modules. Commented all platform-specific
+	  modules configurations files.
+
 2011-06-15  Bjoern Schilberg <bjoern.schilberg at intevation.de>
 
 	* M server/conf/inteproxy.conf,

Modified: trunk/server/conf/inteproxy-WindowsServer2003.conf
===================================================================
--- trunk/server/conf/inteproxy-WindowsServer2003.conf	2011-06-15 14:10:46 UTC (rev 312)
+++ trunk/server/conf/inteproxy-WindowsServer2003.conf	2011-06-16 07:44:31 UTC (rev 313)
@@ -6,6 +6,10 @@
 
 TransferLog "conf/InteProxy-SERVER-1.0.4/server/logs/access_log"
 
+# Required! Load required modules!
+# To load the necessary Apache modules remove the comment
+# before the include line that corresponds to your distribution. 
+
 Include "conf/InteProxy-SERVER-1.0.4/server/conf/platform-WindowsServer2003.conf"
 
 RewriteEngine On

Modified: trunk/server/conf/inteproxy.conf
===================================================================
--- trunk/server/conf/inteproxy.conf	2011-06-15 14:10:46 UTC (rev 312)
+++ trunk/server/conf/inteproxy.conf	2011-06-16 07:44:31 UTC (rev 313)
@@ -5,8 +5,15 @@
 
 TransferLog /opt/InteProxy-SERVER-1.0.4/server/logs/access_log
 
-Include /opt/InteProxy-SERVER-1.0.4/server/conf/platform-suse.conf
+
+# Required! Load required modules!
+# To load the necessary Apache modules remove the comment
+# before the include line that corresponds to your distribution. 
+
+#Include /opt/InteProxy-SERVER-1.0.4/server/conf/platform-suse.conf
 #Include /opt/InteProxy-SERVER-1.0.4/server/conf/platform-debian.conf
+
+
 RewriteEngine On
 # RewriteLogLevel 0
 RewriteLog /opt/InteProxy-SERVER-1.0.4/server/logs/rewrite.log



More information about the Inteproxy-commits mailing list