Edgewall Software

Changes between Version 110 and Version 111 of TracModPython


Ignore:
Timestamp:
May 30, 2007, 2:35:05 PM (17 years ago)
Author:
marko
Comment:

removed quotes from authentication Location for apache configuration (causes segfault)

Legend:

Unmodified
Added
Removed
Modified
  • TracModPython

    v110 v111  
    4444Creating password files and configuring authentication works similar to the process for [wiki:TracCgi#AddingAuthentication CGI]:
    4545{{{
    46 <Location "/projects/myproject/login">
     46<Location /projects/myproject/login>
    4747  AuthType Basic
    4848  AuthName "myproject"