Edgewall Software

Changes between Version 156 and Version 157 of TracModPython


Ignore:
Timestamp:
Jul 8, 2010, 1:26:12 PM (14 years ago)
Author:
ssalmine@…
Comment:

correct command

Legend:

Unmodified
Added
Removed
Modified
  • TracModPython

    v156 v157  
    2525(Still on Debian) after you have installed mod_python, you must enable the modules in apache2 (equivalent of the above Load Module directive):
    2626{{{
    27 a2enmod mod_python
     27a2enmod python
    2828}}}
    2929On Fedora use, using yum: