Edgewall Software

Changes between Version 150 and Version 151 of TracOnWindows


Ignore:
Timestamp:
Feb 25, 2006, 9:21:37 AM (18 years ago)
Author:
matthew.donald@…
Comment:

Remove '"' from <location /cgi-bin/trac.cgi/login> to prevent auth failure

Legend:

Unmodified
Added
Removed
Modified
  • TracOnWindows

    v150 v151  
    300300Alias /trac "C:/Python23/share/trac/htdocs"
    301301
    302 <Location "/cgi-bin/trac.cgi">
     302<Location /cgi-bin/trac.cgi>
    303303  SetEnv TRAC_ENV "c:/svn/trac.db"
    304304  SetEnv PYTHONPATH "PATH/TO/SVN"
     
    309309</Location>
    310310
    311 <Location "/cgi-bin/trac.cgi/login">
     311<Location /cgi-bin/trac.cgi/login>
    312312  AuthType Basic
    313313  AuthName "Project"
     
    324324}}}
    325325
    326   Alternatively you could set up the authorisation to use your NT domain login if you are running an NT Domain.  This bit of Apache config replaces the <Location "/cgi-bin/trac.cgi/login"> given above.
    327 {{{
    328 <Location "/cgi-bin/trac.cgi/login">
     326  Alternatively you could set up the authorisation to use your NT domain login if you are running an NT Domain.  This bit of Apache config replaces the <Location /cgi-bin/trac.cgi/login> given above.
     327{{{
     328<Location /cgi-bin/trac.cgi/login>
    329329  #NT Domain auth config
    330330  AuthType SSPI