Edgewall Software

Changes between Version 150 and Version 151 of TracModPython


Ignore:
Timestamp:
Sep 9, 2009, 1:25:23 PM (15 years ago)
Author:
thomas.kiess@…
Comment:

a2enmod python dose not work on Debian/Ubuntu; it is a2enmod mod_python (tested with Ubuntu 8.04 LTS)

Legend:

Unmodified
Added
Removed
Modified
  • TracModPython

    v150 v151  
    2121(Still on Debian) after you have installed mod_python, you must enable the modules in apache2 (equivalent of the above Load Module directive):
    2222{{{
    23 a2enmod python
     23a2enmod mod_python
    2424}}}
    2525On Fedora use, using yum: