Hi
Just upgraded php at one of our boxes that has subversion installed and working, but after php build, apache show this error:
Unknown DAV provider: svn
mod_dav_svn is present and working, we double checked everything including reinstall subversion, module is loaded in httpd.conf
LoadModule dav_svn_module modules/mod_dav_svn.so
We have a custom.conf to handle svn directives, at
/etc/httpd/conf/userdata/std/2/svnegyt/svn.domain.com
with the follow:
Then we ranCode:<Location /repo> DAV svn SVNPath /home/domain/svn/repo AuthType Basic AuthName "Repo Repository" AuthUserFile /home/domain/svn/passwd Require valid-user </Location>
and later when runningCode:/scripts/ensure_vhost_includes --user=domain
the error appears again:Code:/scripts/rebuildhttpdconf
If we only use /scripts/ensure_vhost_includes --user=domain and restart apache, subversion works perfectly, but wonder why the "DAV svn" is not recognize as valid?Code:Configuration problem detected on line 2 of file /usr/local/apache/conf/userdata/std/2/domain/svn.domain.com/custom.conf: Unknown DAV provider: svn --- /usr/local/apache/conf/userdata/std/2/domain/svn.domain.com/custom.conf --- 1<Location /repo> 2 ===> DAV svn <=== 3 AuthType Basic



LinkBack URL
About LinkBacks
Reply With Quote





