Created
January 7, 2013 11:47
-
-
Save mmalmeida/4474432 to your computer and use it in GitHub Desktop.
trac config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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