]> git.pld-linux.org Git - packages/eventum.git/commitdiff
- updated with scm and cli rules
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 24 Jan 2005 12:35:08 +0000 (12:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eventum-apache.conf -> 1.2

eventum-apache.conf

index fc2d76607e21640f545846c709e94c5d9203d317..3f3bd8b515c24661dff5249d4055c721fda1a54d 100644 (file)
@@ -20,3 +20,19 @@ Alias /eventum /usr/share/eventum
 #      Require group eventum
 #      Satisfy any
 #</Location>
+
+# for scm integration
+#<Location /eventum/scm_ping.php>
+#      AllowOverride None
+#      Order allow,deny
+#      # Set here IP of host running CVS
+#      Allow from 127.0.0.1
+#</Location>
+
+# cli interface
+#<Location /eventum/rpc>
+#      AllowOverride None
+#      Order allow,deny
+#      # Add here clients whom you want to allow CLI access
+#      Allow from 127.0.0.1
+#</Location>
This page took 0.093706 seconds and 4 git commands to generate.