# vim:syn=apache Alias /eventum /usr/share/eventum # allow from localhost AllowOverride None Order allow,deny Allow from 127.0.0.1 # or perhaps you want it to be password protected # # AllowOverride None # Deny from all # AuthType Basic # AuthUserFile /etc/eventum/users # AuthGroupFile /etc/eventum/groups # AuthName "Eventum" # Require group eventum # Satisfy any # # for scm integration # # AllowOverride None # Order allow,deny # # Set here IP of host running CVS # Allow from 127.0.0.1 # # cli interface # # AllowOverride None # Order allow,deny # # Add here clients whom you want to allow CLI access # Allow from 127.0.0.1 #