On 2/23/07, Suelmar Castro <suelmar.castro@yahoo.com.br> wrote:
> 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?
Make sure the support dll's are in the modules directory or some other
directory in the system PATH (not just your user's PATH).
DJ
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Feb 23 16:54:23 2007