Edgewall Software

Changes between Version 18 and Version 19 of TracUpgrade


Ignore:
Timestamp:
Sep 8, 2005, 5:37:25 AM (19 years ago)
Author:
Matthew Good
Comment:

add some notes about the changes in handling of static resources from 0.8 to 0.9

Legend:

Unmodified
Added
Removed
Modified
  • TracUpgrade

    v18 v19  
    5151== From 0.8.x to 0.9 ==
    5252
    53 If you're using [wiki:TracModPython mod_python], you will need to change the name of the mod_python handler in the Apache HTTPD configuration:
     53If you're using [wiki:TracCgi CGI] you will want to update your `Alias` to the Trac htdocs static resources.  See the documentation on [wiki:TracCgi#MappingStaticResources mapping static resources] for an example on how to configure this.
     54
     55[wiki:TracFastCgi FastCGI] and [wiki:TracModPython mod_python] users can safely remove any `Alias`es to the Trac htdocs folder since this is no longer used by default.
     56
     57[wiki:TracModPython mod_python] users will also need to change the name of the mod_python handler in the Apache HTTPD configuration:
    5458{{{
    5559   from: PythonHandler trac.ModPythonHandler