Edgewall Software

Changes between Version 64 and Version 65 of TracModPython


Ignore:
Timestamp:
Mar 10, 2006, 1:35:23 AM (18 years ago)
Author:
mbaltaks@…
Comment:

Modifying the LocationMatch regex, since it was messing with other files named login in my subversion repo.

Legend:

Unmodified
Added
Removed
Modified
  • TracModPython

    v64 v65  
    7272You can also use the same authentication realm for all of the projects using a `<LocationMatch>` directive:
    7373{{{
    74 <LocationMatch "/[^/]+/login">
     74<LocationMatch "/projects/[^/]+/login">
    7575  AuthType Basic
    7676  AuthName "Trac"
     
    7979</LocationMatch>
    8080}}}
     81
     82
    8183
    8284== Virtual Host Configuration ==