Edgewall Software

Changes between Version 10 and Version 11 of TracModPython


Ignore:
Timestamp:
Jan 9, 2005, 10:24:18 AM (19 years ago)
Author:
stratos stratosgear com
Comment:

This relates to the Warning above, but I'm not sure

Legend:

Unmodified
Added
Removed
Modified
  • TracModPython

    v10 v11  
    3030   PythonOption TracUriRoot "/projects/myproject"
    3131   PythonOption TracEnv /var/trac/myproject
     32</Location>
     33}}}
     34
     35Also do not forget to fix your authentication setup from the original <Location "/cgi-bin/trac.cgi/login"> to:
     36
     37{{{
     38<Location "/projects/myproject/login">
     39  AuthType Basic
     40  AuthName "myproject"
     41  AuthUserFile /var/trac/myproject/.htaccess
     42  Require valid-user
    3243</Location>
    3344}}}