Summary: | LoadModule line in mod_dav_svn.conf points to incorrect location | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Michael Tharp <gxti> |
Component: | Current packages | Assignee: | Paul de Vrieze (RETIRED) <pauldv> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | apache-bugs |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Michael Tharp
2005-04-10 14:49:45 UTC
what exact version of net-www/apache and dev-util/subversion do you have emerged? The new (after the layout update) configuration locations for apache modules are /etc/apache2/modules.d and not anylonger /etc/apache2/conf/extramodules/. net-www/apache-2.0.53 dev-util/subversion-1.1.4 And yes, I was referring in particular to the location that the binary(mod_authz_svn.so) was being specified as, /usr/lib/apache2/extramodules/mod_authz_svn.so, when it should be /usr/lib/apache2/modules/mod_authz_svn.so The modules.d file in question was indeed in /etc/apache2/modules.d. Reassigning to pauldv, we don't look after subversion (and it's config file). I've just committed some corrections in the 1.1.4 ebuild. It should now create a consistent config file. I'll test it out a bit myself. Pauldv? Is this still valid? Imo not, as I've succesfully used mod_svn & co. on the new-style Apache lately. Please close this if you agree it's fixed! Best regards, CHTEKK. This should indeed be fixed now. If not, please reopen. |