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 ran
and later when running
the error appears again:
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?
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:
Code:
<Location /repo>
DAV svn
SVNPath /home/domain/svn/repo
AuthType Basic
AuthName "Repo Repository"
AuthUserFile /home/domain/svn/passwd
Require valid-user
</Location>
Code:
/scripts/ensure_vhost_includes --user=domain
Code:
/scripts/rebuildhttpdconf
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