Changes between Version 9 and Version 10 of TracModPython


Ignore:
Timestamp:
Jul 11, 2011, 11:36:41 AM (13 years ago)
Author:
trac
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracModPython

    v9 v10  
    3838   PythonInterpreter main_interpreter
    3939   PythonHandler mod_python.testhandler
     40   Order allow,deny
     41   Allow from all
    4042</Location>
    4143}}}
     
    5052   PythonOption TracEnv /var/trac/myproject
    5153   PythonOption TracUriRoot /projects/myproject
     54   Order allow,deny
     55   Allow from all
    5256</Location>
    5357}}}