[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: virtualhosts i subversion



era problema de configuració, traient la seccio Directory i posant-ho tot 
dints de Location s'ha arreglat:

<VirtualHost *:80>
    ServerName svn.domini.org
    DocumentRoot /var/www/svn/repo
    <Location />
        DAV svn
        SVNParentPath /var/www/svn
        AuthzSVNAccessFile /etc/apache2/passwords/pass.conf
        Require valid-user
        AuthType Basic
        AuthName "subversion repository"
        AuthUserFile /etc/apache2/passwords/pass
    </Location>
</VirtualHost>

salut!


Reply to: