# $Id: REQUIREMENTS: PRECAUTION: PRE-INSTALL: POST-INSTALL Read the instructions on http://projects.edgewall.com/trac/wiki/TracInstall to set up a repository PRE-REMOVE: POST-REMOVE: NOTES: My apache config looks like this: Alias /trac/ "/usr/share/trac/htdocs/" SetEnv TRAC_DB "/var/lib/trac/trac.db" # You need something like this to authenticate users AuthType Basic AuthName "svnjw" AuthUserFile /somewhere/trac.htpasswd Require valid-user Adjust AuthUserFile to your needs