Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 73675 - IfModule directive regarding mod_authz_svn wrong in 1.1.1-r3
Summary: IfModule directive regarding mod_authz_svn wrong in 1.1.1-r3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Paul de Vrieze (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-07 08:40 UTC by Benjamin Boksa
Modified: 2004-12-08 03:12 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Benjamin Boksa 2004-12-07 08:40:39 UTC
The module name used in

               <IfModule !authz_svn_module.c>
                        LoadModule authz_svn_module     extramodules/mod_authz_svn.so
                </IfModule>

is wrong. It should be

                <IfModule !mod_authz_svn.c>
                        LoadModule authz_svn_module     extramodules/mod_authz_svn.so
                </IfModule>

See

http://httpd.apache.org/docs-2.0/mod/core.html#ifmodule

"The module name argument is the file name of the module, at the time it was compiled. For example, mod_rewrite.c."

Reproducible: Always
Steps to Reproduce:
-
Actual Results:  
After using the correct module name one could use the following directive:

                <IfModule mod_authz_svn.c>
                        AuthzSVNAccessFile /var/svn/conf/access
                </IfModule>

Expected Results:  
-

Portage 2.0.51-r3 (default-linux/x86/2004.2, gcc-3.3.4, glibc-2.3.4.20040808-r1, 2.4.28 
i686)
=================================================================
System uname: 2.4.28 i686 AMD Athlon(tm) 
Gentoo Base System version 1.4.16
Autoconf: sys-devel/autoconf-2.59-r5
Automake: sys-devel/automake-1.8.5-r1
Binutils: sys-devel/binutils-2.15.90.0.1.1-r3
Headers:  sys-kernel/linux-headers-2.4.21-r1
Libtools: sys-devel/libtool-1.5.2-r7
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=athlon-xp -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.2/
share/config /usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3/
share/config /usr/lib/fax /usr/lib/mozilla/defaults/pref /usr/share/config /usr/share/texmf/
dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/
share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/bind /var/qmail/control /var/spool/
fax/etc"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=athlon-xp -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms"
GENTOO_MIRRORS="ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X acl acpi alsa apache2 apm arts avi berkdb bitmap-fonts bonobo bzlib cdr cpdflib 
crypt cups curl dba dbx dga dio directfb doc encode esd f77 fam fastcgi foomaticdb 
fortran ftp gd gdbm gif gnome gpm gstreamer gtk gtk2 gtkhtml hardened hardenedphp 
iconv imagemagick imlib innodb ipv6 java jpeg junit ldap libg++ libwww mad 
mailwrapper mbox mikmod mime mmx motif mozilla mpeg mysql ncurses nls odbc 
oggvorbis opengl oss pam pcre pdflib perl php png python qt quicktime readline samba 
scanner sdl shared slang soap sockets spell ssl svg svga tcpd tetex tiff truetype unicode 
usb vhosts x86 xml xml2 xmlrpc xmms xsl xv zlib"
Comment 1 Paul de Vrieze (RETIRED) gentoo-dev 2004-12-08 03:12:22 UTC
Thanks, it is changed in cvs.