RE: How to install mod_dav_svn on Windows?
From: Leeuw van der, Tim <tim.leeuwvander_at_nl.unisys.com>
Date: 2002-11-30 09:32:01 CET
Try upgrading to Apache 2.0.043
It was me who suggested to use drive-letters without ':' btw; and I
I did use svn with file but only shortly; apache works well for me on win2k.
At first glance, your modifications to httpd.conf look fine to me.
--Tim
-----Original Message-----
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.