Changes between Version 7 and Version 8 of TracModPython


Ignore:
Timestamp:
04/04/2011 10:03:20 (13 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracModPython

    v7 v8  
    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}}}