How to install mod_dav_svn on Windows?
From: Robo <robo555_at_gmx.net>
Date: 2002-11-30 08:31:52 CET
Using: WinXP, SubVersion 0.15.0 r3687, Apache 2.0.35
I've got a working svn repository, but having trouble getting mod_dav_svn to
I got the binary version of Apache2, edited httpd.conf to uncomment this
LoadModule dav_module modules/mod_dav.so
And added this line:
LoadModule dav_module modules/mod_dav_svn.so
mod_dav_fs.so remains commented.
Restart Apache2, and got this warning:
module dav_module is already loaded, skipping .
But Apache seems to continue to work correctly. Then I added these lines at
<Location /svn/ath>
AuthType Basic
Restart, and Apache refuses to start, and I got this error:
Faulting application apache.exe, version 2.0.35.0, faulting module
I used Apache's htpasswd.exe to create the login/password, using default
tim:$apr1$Yw2.....$SgwjhMdZmryvIxju.qSzO1
and the password hash changes everytime I generate it with htpasswd.exe
I've tried commenting the authorisation bit to:
<Location /svn/ath>
But it doesn't help. Apache still crashes when it starts.
Robo
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.