19 lines
421 B
Plaintext
19 lines
421 B
Plaintext
|
unset HOME
|
||
|
|
||
|
if [ "${APACHE_CONFDIR##/etc/apache2-}" != "${APACHE_CONFDIR}" ] ; then
|
||
|
SUFFIX="-${APACHE_CONFDIR##/etc/apache2-}"
|
||
|
else
|
||
|
SUFFIX=
|
||
|
fi
|
||
|
|
||
|
export APACHE_RUN_USER=www-data
|
||
|
export APACHE_RUN_GROUP=www-data
|
||
|
export APACHE_PID_FILE=/tmp/apache2$SUFFIX/apache2.pid
|
||
|
export APACHE_RUN_DIR=/tmp/apache2$SUFFIX
|
||
|
export APACHE_LOCK_DIR=/tmp/apache2$SUFFIX
|
||
|
export APACHE_LOG_DIR=/tmp/apache2$SUFFIX
|
||
|
|
||
|
export LANG=C
|
||
|
export LANG
|
||
|
|