Edgewall Software

Changes between Version 46 and Version 47 of TracCgi


Ignore:
Timestamp:
Jun 17, 2010, 5:23:02 PM (14 years ago)
Author:
jeberger@…
Comment:

Added an example of how to disable mod_python handler for aliases

Legend:

Unmodified
Added
Removed
Modified
  • TracCgi

    v46 v47  
    7373  Allow from all
    7474</Directory>
     75}}}
     76
     77If using mod_python, you might want to add this too (otherwise, the alias will be ignored):
     78{{{
     79<Location "/trac/chrome/common/">
     80  SetHandler None
     81</Location>
    7582}}}
    7683