Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 192156 - apache-2.2.6 - cgid module disabled in apache2-builtin-mods w/ USE=threads
Summary: apache-2.2.6 - cgid module disabled in apache2-builtin-mods w/ USE=threads
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Apache Team - Bugzilla Reports
URL:
Whiteboard:
Keywords:
: 205316 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-09-11 14:06 UTC by Sylvain BERTRAND
Modified: 2008-01-11 12:23 UTC (History)
1 user (show)

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 Sylvain BERTRAND 2007-09-11 14:06:02 UTC
Compiled with threads use flag in order to have mod_cgid compiled instead of mod_cgi, which is ok.
But apache2-builtin-mods file still contains:
#mod_cgi disabled              # enable via USE-flag
#mod_cgid disabled             # enable via USE-flag


$emerge --info
Portage 2.1.2.12 (default-linux/amd64/2007.0, gcc-4.1.2, glibc-2.5-r4, 2.6.21.6 x86_64)
=================================================================
System uname: 2.6.21.6 x86_64 Intel(R) Pentium(R) D CPU 3.40GHz
Gentoo Base System release 1.12.9
Timestamp of tree: Tue, 11 Sep 2007 05:50:01 +0000
app-shells/bash:     3.2_p17
dev-lang/python:     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
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="amd64"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -fomit-frame-pointer -pipe -march=nocona"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/X11/xkb"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-O2 -fomit-frame-pointer -pipe -march=nocona"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="ftp://ftp.free.fr/mirrors/ftp.gentoo.org/ ftp://mirror.ovh.net/gentoo-distfiles/ http://ftp.club-internet.fr/pub/mirrors/gentoo http://mirror.ovh.net/gentoo-distfiles/"
LANG="fr_FR.UTF-8"
LINGUAS="fr"
MAKEOPTS="-j3"
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"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="X aac alsa amd64 apache2 audiofile bash-completion bitmap-fonts bzip2 cli cracklib crypt cscope cups curl dri fftw flac gdbm gnutls gtk iconv idn isdnlog jbig jpeg jpeg2k libsamplerate midi mikmod mmx mp3 mudflap ncurses nls no-old-linux nptl nptlonly ogg openmp pam pcre perl png pppd python readline reflection session spell spl sse sse2 ssl svg threads tiff truetype truetype-fonts type1-fonts unicode vorbis xinerama xorg xv xvid zlib" ALSA_CARDS="hda-intel" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" ELIBC="glibc" INPUT_DEVICES="evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="fr" USERLAND="GNU" VIDEO_CARDS="nv none"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LDFLAGS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
Comment 1 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2007-09-11 18:27:54 UTC
(In reply to comment #0)
> Compiled with threads use flag in order to have mod_cgid compiled instead of
> mod_cgi, which is ok.
> But apache2-builtin-mods file still contains:
> #mod_cgi disabled              # enable via USE-flag
> #mod_cgid disabled             # enable via USE-flag

These settings are commented in. The Apache ebuild will never try to directly modify apache2-builtin-mods file.
Comment 2 Benedikt Böhm (RETIRED) gentoo-dev 2007-09-15 09:14:03 UTC
right, mod_cgi/mod_cgid are enabled with USE=threads (or any MPM that is threaded) and therefore commented in apache2-builtin-mods
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2008-01-11 12:23:08 UTC
*** Bug 205316 has been marked as a duplicate of this bug. ***