Edgewall Software

Changes between Version 97 and Version 98 of TracModPython


Ignore:
Timestamp:
Feb 22, 2007, 3:34:09 PM (17 years ago)
Author:
jpittendreigh@…
Comment:

Adding in the enabling of mod_python on debian machines using a2enmod

Legend:

Unmodified
Added
Removed
Modified
  • TracModPython

    v97 v98  
    1616apt-get install libapache2-mod-python libapache2-mod-python-doc
    1717}}}
    18 
     18(Still on Debian) after you have installed mod_python, you must enable the modules in apache2 (equivalent of the above Load Module directive):
     19{{{
     20sudo a2enmod mod_python
     21}}}
    1922You can test your mod_python installation by adding the following to your httpd.conf.  You should remove this when you are done testing for security reasons. Note: mod_python.testhandler is only available in mod_python 3.2+.
    2023{{{