]> git.pld-linux.org Git - packages/eventum.git/commitdiff
- sample apache config
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 14 Jan 2005 19:21:11 +0000 (19:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eventum-apache.conf -> 1.1

eventum-apache.conf [new file with mode: 0644]

diff --git a/eventum-apache.conf b/eventum-apache.conf
new file mode 100644 (file)
index 0000000..fc2d766
--- /dev/null
@@ -0,0 +1,22 @@
+# vim:syn=apache
+
+Alias /eventum /usr/share/eventum
+
+# allow from localhost
+<Location /eventum>
+       AllowOverride None
+       Order allow,deny
+       Allow from 127.0.0.1
+</Location>
+
+# or perhaps you want it to be password protected
+#<Location /eventum>
+#      AllowOverride None
+#      Deny from all
+#      AuthType Basic
+#      AuthUserFile /etc/eventum/users
+#      AuthGroupFile /etc/eventum/groups
+#      AuthName "Eventum"
+#      Require group eventum
+#      Satisfy any
+#</Location>
This page took 0.153328 seconds and 4 git commands to generate.