Edgewall Software

Changes between Version 9 and Version 10 of 0.11/TracOnUbuntu


Ignore:
Timestamp:
Jun 7, 2008, 11:54:38 AM (16 years ago)
Author:
ThurnerRupert
Comment:

remove whitespaces at the end

Legend:

Unmodified
Added
Removed
Modified
  • 0.11/TracOnUbuntu

    v9 v10  
    4848        </location>
    4949
    50         # use the following for one authorization for all projects (names containing "-" are not detected):                     
    51         <LocationMatch "/projects/[[:alnum:]]+/login">             
    52             AuthType Basic                                                             
    53             AuthName "trac"                                                             
     50        # use the following for one authorization for all projects (names containing "-" are not detected):
     51        <LocationMatch "/projects/[[:alnum:]]+/login">
     52            AuthType Basic
     53            AuthName "trac"
    5454            AuthUserFile /etc/apache2/dav_svn.passwd
    55             Require valid-user                                                         
    56         </LocationMatch>         
     55            Require valid-user
     56        </LocationMatch>
    5757
    5858</VirtualHost>