ServerAdmin webmaster@squeak
ServerName sqtrac
DocumentRoot /var/www/empty
Options FollowSymLinks
AllowOverride None
# using apache's basic auth: it's a dumb scheme, but works for a
# trivial arrangement:
AuthType Basic
AuthName "dkg life trac"
AuthUserFile /srv/sqtrac/.htpasswd
Require user dkg
# the images section is by dkg to just make it easier to place custom images:
Alias /images/ /srv/sqtrac/images/
AllowOverride None
Order allow,deny
Allow from all
# and by default, we'll use mod_python against an empty directory:
Options FollowSymlinks ExecCGI -MultiViews
AllowOverride None
Order allow,deny
Allow from all
SetHandler mod_python
PythonHandler trac.web.modpython_frontend
PythonOption TracEnv /srv/sqtrac/tracenv
PythonOption TracUriRoot /
PythonDebug on