]> git.pld-linux.org Git - packages/eventum.git/blame - eventum-apache.conf
- sample apache config
[packages/eventum.git] / eventum-apache.conf
CommitLineData
9fadf74f
ER
1# vim:syn=apache
2
3Alias /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.063891 seconds and 4 git commands to generate.