Changes between Version 3 and Version 4 of TracModPython


Ignore:
Timestamp:
12/19/11 21:29:15 (13 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracModPython

    v3 v4  
    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}}}