Edgewall Software

Changes between Version 3 and Version 4 of TracCgi


Ignore:
Timestamp:
Aug 31, 2005, 2:26:26 PM (19 years ago)
Author:
anonymous
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracCgi

    v3 v4  
    2323<Location "/cgi-bin/trac.cgi">
    2424  SetEnv TRAC_ENV "/path/to/projectenv"
     25 
     26  #for Trac > 0.9 Plugincache
     27  SetEnv PYTHON_EGG_CACHE "/path/to/eggcache"
    2528</Location>
    2629}}}