andreas: apache kann modul nicht finden, obwohl vorhanden

Beitrag lesen

Moin!

leider ist meine lage unverändert. habe jetzt auf deinen tip hin nochmal nach dll zusammenhängen gesucht und laut z.b.
http://www.aspheute.com/artikel/20040225.htm
die dateien libdb42.dll , libeay32.dll und ssleay32.dll kopiert. wieder kein erfolg...

[1] Welcher Apache?

2

[2] Welches Modul?

mod_dav_svn.so

[3] Ausschnitt(e) aus der Konfigurationsdatei.

#httpd.conf:
Include conf/svn_dav.conf

#svn_dav.conf
LoadModule dav_svn_module modules/mod_dav_svn.so
LoadModule authz_svn_module modules/mod_authz_svn.so

<Location /svn>
 DAV svn
 SVNParentPath "D:/__usr/andi/svn/"
 AuthType Basic
 AuthName "Subversion repository"
 AuthUserFile "D:/__usr/andi/svn_web_access"
 Require valid-user
</Location>

viele grüsse,
andreas