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

Can't start Apache2 with mod_dav_svn.so on WinXP

From: Robo <robo555_at_gmx.net>
Date: 2003-02-10 07:24:52 CET

I've downloaded svn-0.17.1-r4503-setup.exe and installed it on WinXP, and
created a repository from it.

I'm also running Apache 2.0.44 as a service, but I can't get Apache2 to
start when I load mod_dav_svn.so

In httpd.conf, I've uncommented these two lines:

LoadModule dav_module modules/mod_dav.so
LoadModule dav_fs_module modules/mod_dav_fs.so

And added this at the bottom of the LoadModule list:

LoadModule dav_svn_module modules/mod_dav_svn.so

At the bottom of httpd.conf, I added this:

<Location /svn>
 DAV svn
 SVNPath E:/svn
</Location>

Did a net start apache2, and got the following error:

The Apache2 service is starting.
The Apache2 service could not be started.

A service specific error occurred: 1.

More help is available by typing NET HELPMSG 3547.

How can I successfully load the module in Apache2?

Robo

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Feb 10 09:11:31 2003

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.