Edgewall Software

Changes between Version 64 and Version 65 of TracOnFedoraCore


Ignore:
Timestamp:
Jun 12, 2007, 6:09:32 PM (17 years ago)
Author:
Eli Carter
Comment:

reformat the config file a bit

Legend:

Unmodified
Added
Removed
Modified
  • TracOnFedoraCore

    v64 v65  
    4040
    4141{{{
    42 <Location /trac> # The Location is the part after the host (http://example.com<Location>) that you want to serve the Trac site
     42# The Location is the part after the host (http://example.com<Location>) that
     43# you want to serve the Trac site
     44<Location /trac>
    4345   SetHandler mod_python
    4446   PythonHandler trac.web.modpython_frontend
    45    PythonOption TracEnv /srv/trac/foobar # This is the folder you gave to trac-admin initenv earlier
    46    PythonOption TracUriRoot /trac # This is the same as the Location above
    47    SetEnv PYTHON_EGG_CACHE /tmp # This should be some writable temporary directory
    48    PythonInterpreter trac # This can be any string, but must be the same for all Trac instances on the same Apache install
     47   # This is the folder you gave to trac-admin initenv earlier
     48   PythonOption TracEnv /srv/trac/foobar
     49   # This is the same as the Location above
     50   PythonOption TracUriRoot /trac
     51   # This should be some writable temporary directory
     52   SetEnv PYTHON_EGG_CACHE /tmp
     53   # This can be any string, but must be the same for all
     54   # Trac instances on the same Apache install
     55   PythonInterpreter trac
    4956</Location>
    5057<Location /trac/login>