Changes between Version 3 and Version 4 of TracModPython
- Timestamp:
- 12/19/11 21:29:15 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracModPython
v3 v4 38 38 PythonInterpreter main_interpreter 39 39 PythonHandler mod_python.testhandler 40 Order allow,deny 41 Allow from all 40 42 </Location> 41 43 }}} … … 50 52 PythonOption TracEnv /var/trac/myproject 51 53 PythonOption TracUriRoot /projects/myproject 54 Order allow,deny 55 Allow from all 52 56 </Location> 53 57 }}}