Changes between Version 6 and Version 7 of TracModPython
- Timestamp:
- 04/04/2011 10:03:23 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracModPython
v6 v7 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 }}}