Edgewall Software

Changes between Version 37 and Version 38 of TracModPython


Ignore:
Timestamp:
Sep 14, 2005, 9:26:16 PM (19 years ago)
Author:
sid
Comment:

added line for loading the mod_python module in Apache

Legend:

Unmodified
Added
Removed
Modified
  • TracModPython

    v37 v38  
    2222
    2323== Simple configuration ==
     24
     25If you just installed mod_python, you may have to add a line to load the module in the Apache conf:
     26
     27{{{
     28LoadModule python_module modules/mod_python.so
     29}}}
    2430
    2531Here's a typical Trac CGI/Apache setup: