Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 191967 - www-servers/apache-2.2.6 puts "LoadModule cgid_module" twice in httpd.conf
Summary: www-servers/apache-2.2.6 puts "LoadModule cgid_module" twice in httpd.conf
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High trivial (vote)
Assignee: Apache Team - Bugzilla Reports
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-10 10:45 UTC by Etaoin Shrdlu
Modified: 2007-09-10 12:08 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 Etaoin Shrdlu 2007-09-10 10:45:09 UTC
When starting apache2:

# /etc/init.d/apache2 start
 * Starting apache2 ...
[Mon Sep 10 12:36:08 2007] [warn] module cgid_module is already loaded, skipping

This is caused by the line "LoadModule cgid_module modules/mod_cgid.so" appearing twice in the provided /etc/apache2/httpd.conf.


Reproducible: Always

Steps to Reproduce:
1. Emerge apache-2.2.6
2. /etc/init.d/apache2 start
3.




[Mon Sep 10 12:38:25 root@bach ~]# emerge --info
Portage 2.1.2.12 (default-linux/x86/2007.0, gcc-4.1.2, glibc-2.5-r4, 2.6.22.1
i686)
=================================================================
System uname: 2.6.22.1 i686 Pentium III (Katmai)
Gentoo Base System release 1.12.9
Timestamp of tree: Sun, 09 Sep 2007 23:50:01 +0000
app-shells/bash:     3.2_p17
dev-lang/python:     2.3.5-r3, 2.4.4-r4
dev-python/pycrypto: 2.0.1-r6
sys-apps/baselayout: 1.12.9-r2
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.61-r1
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.17
sys-devel/gcc-config: 1.3.16
sys-devel/libtool:   1.5.24
virtual/os-headers:  2.6.21
ACCEPT_KEYWORDS="x86"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=pentium3 -Os -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/php/apache2-php5/ext-active/
/etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/
/etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-march=pentium3 -Os -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://mirror.switch.ch/ftp/mirror/gentoo
http://ftp.snt.ipv6.utwente.nl/pub/os/linux/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times
--compress --force --whole-file --delete --delete-after --stats --timeout=180
--exclude=/distfiles --exclude=/local --exclude=/packages
--filter=H_**/files/digest-*"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="apache2 berkdb bzip2 cli cracklib crypt curl curlwrapper curlwrappers dba
exif ftp gd gdbm iconv imap inifile ipv6 mono mpm-threadpool mysql ncurses nls
nptl nptlonly pam pcntl pcre perl posix python readline reflection session
soap sockets ssl sysvipc threads truetype unicode vhosts x86 xml xmlrpc xsl
zlib" ELIBC="glibc" KERNEL="linux" USERLAND="GNU"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS,
LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Christian Wiegele 2007-09-10 11:39:13 UTC
K3B-Version:

k3b-0.12.17
Comment 2 Benedikt Böhm (RETIRED) gentoo-dev 2007-09-10 12:05:08 UTC
there was a small bug in the function generating LoadModule lines, that injected a module twice if apache2-builtin-mods was updated in our tarball... fixed in 2.2.6
Comment 3 Etaoin Shrdlu 2007-09-10 12:08:45 UTC
(In reply to comment #2)
> there was a small bug in the function generating LoadModule lines, that
> injected a module twice if apache2-builtin-mods was updated in our tarball...
> fixed in 2.2.6
> 

Ok, thanks.