]> git.pld-linux.org Git - packages/eventum.git/blame - eventum-apache.conf
- up to bzr4409, with sphinx search support
[packages/eventum.git] / eventum-apache.conf
CommitLineData
7d47ede6 1# $Id$
9fadf74f 2
7d47ede6 3# Eventum is under /eventum
8e67c3ce 4Alias /eventum /usr/share/eventum/htdocs
9fadf74f 5
7d47ede6
ER
6# Eventum is running under VirtualHost
7#NameVirtualHost *:80
8#<VirtualHost *:80>
6dac82cb 9# ServerName eventum.example.org
7d47ede6
ER
10# DocumentRoot /usr/share/eventum/htdocs
11#</VirtualHost>
12#NameVirtualHost *:443
13#<VirtualHost *:443>
6dac82cb 14# ServerName eventum.example.org
7d47ede6
ER
15# DocumentRoot /usr/share/eventum/htdocs
16#</VirtualHost>
17
18<Directory /usr/share/eventum/htdocs>
9fadf74f 19 AllowOverride None
7d47ede6
ER
20 Order deny,allow
21 Allow from all
9fadf74f 22
7d47ede6 23 # Make whole eventum password protected
9fadf74f
ER
24# AllowOverride None
25# Deny from all
26# AuthType Basic
7d47ede6
ER
27# AuthUserFile /etc/webapps/eventum/users
28# AuthGroupFile /etc/webapps/eventum/groups
9fadf74f
ER
29# AuthName "Eventum"
30# Require group eventum
31# Satisfy any
c3269905
ER
32
33 # for SCM integration
34 <Files scm_ping.php>
35 Order allow,deny
36 # Set here IP of host running CVS
37 Allow from 127.0.0.1
38 </Files>
5e30f50e
ER
39
40 # rss has it's own authorization
41 <Files rss.php>
42 Allow from all
43 </Files>
7d47ede6 44</Directory>
867299df 45
7d47ede6
ER
46# RPC for CLI interface
47<Directory /usr/share/eventum/htdocs/rpc>
48 Order allow,deny
49 # Add here clients whom you want to allow CLI access
50 Allow from 127.0.0.1
51</Directory>
This page took 0.330469 seconds and 4 git commands to generate.