Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 109837 - The Setenv VLOG is no longer followed in Vhosts in apache conf 2.0.54-r31
Summary: The Setenv VLOG is no longer followed in Vhosts in apache conf 2.0.54-r31
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Apache Team - Bugzilla Reports
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-19 11:02 UTC by Andrew
Modified: 2005-10-21 17:58 UTC (History)
0 users

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


Attachments
Vhosts config file (vhosts.conf,2.17 KB, text/plain)
2005-10-19 11:08 UTC, Andrew
Details
Apache config file (httpd.conf,36.67 KB, text/plain)
2005-10-19 11:09 UTC, Andrew
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew 2005-10-19 11:02:37 UTC
When adding the Setenv VLOG <log dir> line to a vhosts config apache should log
it to a seprate file in the log dir but after updating apache is ignoring this
and is now defaulting to the common log file

Reproducible: Always
Steps to Reproduce:
1.create a Vhost
2. set Setenv VLOG in its config
3. see if it logs to it

Actual Results:  
apache logged to the common log file

Expected Results:  
It should have created a file like VLOG-yyyy-mm-<vhost_name>.log and logged the
vhosts access to it

System uname: 2.6.12-gentoo-r10 i686 AMD Athlon(tm) processor
Gentoo Base System version 1.6.13
dev-lang/python:     2.3.5-r2, 2.4.1-r1
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.20
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i386-pc-linux-gnu"
CFLAGS="-O2 -mcpu=i686"
CHOST="i386-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -mcpu=i686"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo
ftp://ftp.uni-erlangen.de/pub/mirrors/gentoo http://gentoo.blueyonder.co.uk
ftp://mirrors.blueyonder.co.uk/mirrors/gentoo
ftp://public.planetmirror.com/pub/gentoo/ ftp://mirror.isp.net.au/pub/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X alsa apm arts avi berkdb bitmap-fonts crypt cups eds emboss encode
foomaticdb fortran gd gdbm gif gpm gstreamer gtk2 imap imlib ipv6 jpeg kde
libg++ libwww mad maildir mikmod motif mp3 mpeg mysql ncurses nls ogg oggvorbis
opengl oss pam pdflib perl png python qt quicktime readline ruby sasl sdl spell
ssl tcpd tiff truetype truetype-fonts type1-fonts vorbis xml2 xmms xv zlib
userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY
Comment 1 solar (RETIRED) gentoo-dev 2005-10-19 11:04:35 UTC
apache is maintained by the apache herd. Not the dev-portage team
Comment 2 Andrew 2005-10-19 11:08:10 UTC
Created attachment 71029 [details]
Vhosts config file
Comment 3 Andrew 2005-10-19 11:09:35 UTC
Created attachment 71030 [details]
Apache config file
Comment 4 Michael Stewart (vericgar) (RETIRED) gentoo-dev 2005-10-21 17:58:20 UTC
This is non-standard behavoir. We opted to remain as close as possible to the
upstream config with the new configuration style we adopted.

If you like/depend on this feature, feel free to add it to your own configuration.