# $Id$ # Eventum is under /eventum Alias /eventum /usr/share/eventum/htdocs # Eventum is running under VirtualHost #NameVirtualHost *:80 # # ServerName eventum.example.org # DocumentRoot /usr/share/eventum/htdocs # #NameVirtualHost *:443 # # ServerName eventum.example.org # DocumentRoot /usr/share/eventum/htdocs # AllowOverride None Order deny,allow Allow from all # Make whole eventum password protected # AllowOverride None # Deny from all # AuthType Basic # AuthUserFile /etc/webapps/eventum/users # AuthGroupFile /etc/webapps/eventum/groups # AuthName "Eventum" # Require group eventum # Satisfy any # for SCM integration Order allow,deny # Set here IP of host running CVS Allow from 127.0.0.1 # rss has it's own authorization Allow from all # RPC for CLI interface Order allow,deny # Add here clients whom you want to allow CLI access Allow from 127.0.0.1