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

Error: Subversion with Apache

From: Suelmar Castro <suelmar.castro_at_yahoo.com.br>
Date: 2007-02-23 14:31:37 CET

OS - Windows XP with SP2

I installed apache server 2.2.4 and subversion 1.4.3, copied the files (mod_authz_svn.so, mod_dav_svn.so and libdb44.dll) to apache/modules.

uncomment this lines in httpd.conf:
  LoadModule dav_fs_module modules/mod_dav_fs.so
  LoadModule dav_module modules/mod_dav.so

Add the following two lines to the end of the LoadModule section.
  LoadModule dav_svn_module modules/mod_dav_svn.so
  LoadModule authz_svn_module modules/mod_authz_svn.so

At the end of the Config file add following lines:

<Location /svn>
  DAV svn
  SVNListParentPath on
  SVNParentPath D:\SVN
  AuthType Basic
  AuthName "Subversion repositories"
  AuthUserFile passwd
  #AuthzSVNAccessFile svnaccessfile
  Require valid-user
</Location>

and when i run apache's test configuration, he showed me a error that he didnt cant load this module, cause he didnt found specified module.

Anyone can help me?

 __________________________________________________
Fale com seus amigos de graça com o novo Yahoo! Messenger
http://br.messenger.yahoo.com/
Received on Fri Feb 23 14:32:03 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.