Blob Blame History Raw
# Replace all occurrences of /path/to/trac_env with your trac root below
# and uncomment the respective SetEnv and PythonOption directives.
<Location /cgi-bin/trac.cgi>
    #SetEnv TRAC_ENV /path/to/trac_env
<IfModule mod_python.c>
    SetHandler mod_python
    PythonHandler trac.web.modpython_frontend
    #PythonOption TracEnv /path/to/trac_env
</IfModule>
</Location>