| Summary: | net-www/apache-2.0.54-r4: '-E /var/log/apache2/startuperror.log' called twice | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
| Component: | [OLD] Server | Assignee: | Apache Team - Bugzilla Reports <apache-bugs> |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Other | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Toralf Förster
2005-05-19 01:43:28 UTC
Interesting, adding 2 test lines into /etc/init.d/apache2:
[ "x${CONFIGFILE}" != "x" ] && APACHE2_OPTS="${APACHE2_OPTS} -f ${CONFIGFILE}"
einfo "before: ${APACHE2_OPTS}"
[ "x${STARTUPERRORLOG}" != "x" ] && APACHE2_OPTS="${APACHE2_OPTS} -E
${STARTUPERRORLOG}"
einfo "after: ${APACHE2_OPTS}"
# set a default for PIDFILE/RESTARTSTYLE for those that FAILED to follow
yields in:
n22 /etc/init.d # /etc/init.d/apache2 start
* before: -D DOC -D PHP4 -D SSL -D DAV -D SVN -D SVN_AUTHZ -D DAV_FS -D JK -E
/var/log/apache2/startuperror.log
* after: -D DOC -D PHP4 -D SSL -D DAV -D SVN -D SVN_AUTHZ -D DAV_FS -D JK -E
/var/log/apache2/startuperror.log -E /var/log/apache2/startuperror.log
* Starting apache2...
whereas commenting out the line:
einfo "before: ${APACHE2_OPTS}"
#[ "x${STARTUPERRORLOG}" != "x" ] && APACHE2_OPTS="${APACHE2_OPTS} -E
${STARTUPERRORLOG}"
einfo "after: ${APACHE2_OPTS}"
yields in:
n22 /etc/init.d # /etc/init.d/apache2 start
* before: -D DOC -D PHP4 -D SSL -D DAV -D SVN -D SVN_AUTHZ -D DAV_FS -D JK
* after: -D DOC -D PHP4 -D SSL -D DAV -D SVN -D SVN_AUTHZ -D DAV_FS -D JK
* Starting apache2...
problem is gone, either because of emerging net-www/apache-2.0.54-r7 or by sys-apps/baselayout-1.11.12-r4 should this bug report stay opened or can it be closed ? closing per reporter |