Skip to content

Instantly share code, notes, and snippets.

@mmalmeida
Created January 7, 2013 11:47
Show Gist options
  • Select an option

  • Save mmalmeida/4474432 to your computer and use it in GitHub Desktop.

Select an option

Save mmalmeida/4474432 to your computer and use it in GitHub Desktop.
trac config
ErrorLog /var/log/apache2/error.trac.log
CustomLog /var/log/apache2/access.trac.log combined
<Location /projects>
SetHandler mod_python
PythonInterpreter main_interpreter
PythonHandler trac.web.modpython_frontend
PythonOption TracEnvParentDir /srv/trac
PythonOption TracUriRoot /projects
PythonOption TracLocale en_GB.UTF8
PythonOption PYTHON_EGG_CACHE /tmp
</Location>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment