Changes between Version 6 and Version 7 of TracModPython
- Timestamp:
- 13/10/2010 10:12:53 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracModPython
v6 v7 6 6 These instructions are for Apache 2; if you are still using Apache 1.3, you may have some luck with [trac:wiki:TracModPython2.7 TracModPython2.7]. 7 7 8 == A Word of Warning == 9 10 As of 16^th^ June 2010, the mod_python project is officially dead. If you are considering using mod_python for a new installation, '''please don't'''! There are known issues which will not be fixed and there are now better alternatives. Check out the main TracInstall pages for your target version for more information. 11 8 12 == Simple configuration == 9 13 … … 21 25 (Still on Debian) after you have installed mod_python, you must enable the modules in apache2 (equivalent of the above Load Module directive): 22 26 {{{ 23 a2enmod mod_python27 a2enmod python 24 28 }}} 25 29 On Fedora use, using yum: