Ignore:
Timestamp:
Jan 22, 2010, 2:22:35 AM (14 years ago)
Author:
gdb
Message:

Fixed up config in svn

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package_branches/invirt-web/hvirt/files/etc/apache2/conf.invirt/svn.mako

    r2918 r2919  
    1212        <Location />
    1313                DAV svn
    14                 SVNPath ${cfg.web.svn.repopath}
     14                SVNPath ${cfg.web.sites.svn.repopath}
    1515                AuthType Basic
    16                 AuthName "${cfg.web.svn.authname}"
    17                 AuthUserFile ${cfg.web.svn.get('dav', '/etc/apache2/dav_svn.passwd')}
     16                AuthName "${cfg.web.sites.svn.authname}"
     17                AuthUserFile ${cfg.web.sites.svn.get('dav', '/etc/apache2/dav_svn.passwd')}
    1818                <LimitExcept GET PROPFIND OPTIONS REPORT>
    1919                        Require valid-user
     
    3636</VirtualHost>
    3737
    38 Alias /${cfg.web.svn.alias} /${cfg.web.svn.localpath}
     38Alias ${cfg.web.sites.svn.alias} ${cfg.web.sites.svn.localpath}
    3939
    40 <Directory /${cfg.web.svn.localpath}>
     40<Directory /${cfg.web.sites.svn.localpath}>
    4141                Options Indexes FollowSymLinks MultiViews
    4242                AllowOverride None
Note: See TracChangeset for help on using the changeset viewer.