]> git.pld-linux.org Git - packages/eventum.git/blob - eventum-apache.conf
fc2d76607e21640f545846c709e94c5d9203d317
[packages/eventum.git] / eventum-apache.conf
1 # vim:syn=apache
2
3 Alias /eventum /usr/share/eventum
4
5 # allow from localhost
6 <Location /eventum>
7         AllowOverride None
8         Order allow,deny
9         Allow from 127.0.0.1
10 </Location>
11
12 # or perhaps you want it to be password protected
13 #<Location /eventum>
14 #       AllowOverride None
15 #       Deny from all
16 #       AuthType Basic
17 #       AuthUserFile /etc/eventum/users
18 #       AuthGroupFile /etc/eventum/groups
19 #       AuthName "Eventum"
20 #       Require group eventum
21 #       Satisfy any
22 #</Location>
This page took 0.018279 seconds and 2 git commands to generate.