[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: How to install mod_dav_svn on Windows?

From: Robo <robo555_at_gmx.net>
Date: 2002-11-30 11:44:56 CET

Unfortunately upgrading to Apache 2.0.43 didn't work...still gives the same
error. It manages to start when I add the mod_dav_svn.so to the LoadModule
list, but wouldn't start when I add the <Location> stuff.

On a side note, PHP 4.2.3 didn't like the new Apache.

Robo

----- Original Message -----
From: "Leeuw van der, Tim" <tim.leeuwvander@nl.unisys.com>
To: "Robo" <robo555@gmx.net>; <dev@subversion.tigris.org>
Sent: Saturday, November 30, 2002 9:32 PM
Subject: RE: How to install mod_dav_svn on Windows?

> Try upgrading to Apache 2.0.043
>
> It was me who suggested to use drive-letters without ':' btw; and I
> double-checked and was wrong about that :-)
>
> 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-----
> From: Robo [mailto:robo555@gmx.net]
> Sent: zaterdag 30 november 2002 8:32
> To: dev@subversion.tigris.org
> Subject: How to install mod_dav_svn on Windows?
>
>
> 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
> work, it crashes Apache2.
>
> I got the binary version of Apache2, edited httpd.conf to uncomment this
> line:
>
> 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
> the bottom of httd.conf:
>
> <Location /svn/ath>
> DAV svn
> SVNPath E:/svn/ath
>
> AuthType Basic
> AuthName "Subversion repository"
> AuthUserFile E:/htpasswd/password
> </Location>
>
> Restart, and Apache refuses to start, and I got this error:
>
> Faulting application apache.exe, version 2.0.35.0, faulting module
> libapr.dll, version 2.0.35.0, fault address 0x0000f4bd.
>
> I used Apache's htpasswd.exe to create the login/password, using default
> MD5, looks something like:
>
> 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>
> DAV svn
> SVNPath E:/svn/ath
> </Location>
>
> But it doesn't help. Apache still crashes when it starts.
>
> Robo
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Nov 30 11:45:54 2002

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.