Edgewall Software

Changes between Version 4 and Version 5 of TracMultipleProjects


Ignore:
Timestamp:
May 26, 2004, 10:51:53 AM (20 years ago)
Author:
trac@…
Comment:

Regex requires LocationMatch

Legend:

Unmodified
Added
Removed
Modified
  • TracMultipleProjects

    v4 v5  
    2222</Directory>
    2323
    24 <Location "/projects/[[:alnum:]]+/login">
     24<LocationMatch "/projects/[[:alnum:]]+/login">
    2525        AuthType Basic
    2626        AuthName "trac"
    2727        AuthUserFile /path/to/trac.htpasswd
    2828        Require valid-user
    29 </location>
     29</LocationMatch>
    3030}}}
    3131