Edgewall Software

Changes between Version 84 and Version 85 of TracModPython


Ignore:
Timestamp:
Sep 4, 2006, 6:59:09 PM (18 years ago)
Author:
florian.sesser@…
Comment:

SetHandler mod_python did result in not being able to d/l images and CSS…

Legend:

Unmodified
Added
Removed
Modified
  • TracModPython

    v84 v85  
    133133If the <Location /> directive is used, setting the `DocumentRoot` may result in a ''403 (Forbidden)'' error. Either remove the `DocumentRoot` directive, or make sure that accessing the directory it points is allowed (in a corresponding `<Directory>` block).
    134134
     135Using <Location /> together with `SetHandler` resulted in having everything handled by mod_python, which leads to not being able download any CSS or images/icons. I used <Location /trac> `SetHandler None` </Location> to circumvent the problem, though I do not know if this is the most elegant solution.
     136
    135137=== Using .htaccess ===
    136138