Edgewall Software

Changes between Version 45 and Version 46 of TracModPython


Ignore:
Timestamp:
Oct 7, 2005, 9:36:30 PM (19 years ago)
Author:
Christopher Lenz
Comment:

Big bold text to point out that the instructions apply to 0.9 and not 0.8.x

Legend:

Unmodified
Added
Removed
Modified
  • TracModPython

    v45 v46  
    22
    33Trac supports [http://www.modpython.org/ mod_python], which speeds up Trac's response times considerably and permits use of many Apache features not possible with [wiki:TracStandalone tracd]/mod_proxy.
     4
     5  '''Attention: These instructions apply to Trac version [milestone:0.9]. If you're installing Trac 0.8.x, please see a [http://projects.edgewall.com/trac/wiki/TracModPython?version=38 previous version of this page.]'''
    46
    57Be sure to grab mod_python 3.1.3 and later for ''SetHandler'' ''mod_python'' directive to work.  Also, older versions may generate an internal error (see [http://projects.edgewall.com/trac/ticket/1090 #1090])
     
    1618<Location /projects/myproject>
    1719   SetHandler mod_python
    18    # Note: The Handler name has changed in trac 0.9, to:
    19    # PythonHandler trac.web.modpython_frontend
    20    # For the latest stable 0.8.4 release, use this one:
    21    PythonHandler trac.ModPythonHandler
     20   PythonHandler trac.web.modpython_frontend
    2221   PythonOption TracEnv /var/trac/myproject
    2322   PythonOption TracUriRoot /projects/myproject