Hello,
I'm trying to install svn on my DA server (debian)
I've installed using apt-get subversion and libapache2-svn
i've made a special domain for it svn.domain.com.
i've added to the custom httpd.conf :
but when restarting apache i get :
Unknown DAV provider: svn
I'm guessing that it has to do something with an alternative apache config due to autobuild so the module isn't loaded normally.
Please advice
I'm trying to install svn on my DA server (debian)
I've installed using apt-get subversion and libapache2-svn
i've made a special domain for it svn.domain.com.
i've added to the custom httpd.conf :
Code:
<Location />
DAV svn
SVNPath /var/svn/
AuthType Basic
AuthName "Dytech Solutions Subversion repository"
AuthUserFile /etc/svn-auth-file
Require valid-user
</Location>
but when restarting apache i get :
Unknown DAV provider: svn
I'm guessing that it has to do something with an alternative apache config due to autobuild so the module isn't loaded normally.
Please advice