[evolvis-commits] r10284: File that globally control SCM hosts↵

mirabilos at evolvis.org mirabilos at evolvis.org
Thu Feb 24 17:41:55 CET 2011


Author: mirabilos
Date: 2011-02-24 17:41:55 +0100 (Thu, 24 Feb 2011)
New Revision: 10284

Added:
   trunk/gforge_base/evolvisforge-5.1/gforge/etc/httpd.d/10scmauth
Log:
File that globally control SCM hosts


Added: trunk/gforge_base/evolvisforge-5.1/gforge/etc/httpd.d/10scmauth
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/etc/httpd.d/10scmauth	                        (rev 0)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/etc/httpd.d/10scmauth	2011-02-24 16:41:55 UTC (rev 10284)
@@ -0,0 +1,12 @@
+#
+# SCM host
+#
+<Directory {usr_share_gforge}/scm>
+  Options Indexes FollowSymlinks
+  AllowOverride All
+  order allow,deny
+  allow from all
+  php_admin_value include_path "{sys_custom_path}:{usr_share_gforge}:{usr_share_gforge}/www/include:."
+  php_admin_value default_charset "UTF-8"
+</Directory>
+



More information about the evolvis-commits mailing list