summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Heim <phreak@gentoo.org>2007-05-16 10:22:12 +0000
committerChristian Heim <phreak@gentoo.org>2007-05-16 10:22:12 +0000
commit411d595272d8c9b52aafd92166e7edd48a41dfb5 (patch)
tree40400ec7f75f564e15a1fe20b67eb246abfb4067 /2.2/init/apache2.confd
parentFixing the apache2 initscript wrt #174348 thanks to Pierre Guinoiseau <geekou... (diff)
downloadapache-411d595272d8c9b52aafd92166e7edd48a41dfb5.tar.gz
apache-411d595272d8c9b52aafd92166e7edd48a41dfb5.tar.bz2
apache-411d595272d8c9b52aafd92166e7edd48a41dfb5.zip
Removing the KEEP_ENV crap from our config/init-script.
Diffstat (limited to '2.2/init/apache2.confd')
-rw-r--r--2.2/init/apache2.confd8
1 files changed, 0 insertions, 8 deletions
diff --git a/2.2/init/apache2.confd b/2.2/init/apache2.confd
index b3fadf7..f2d219b 100644
--- a/2.2/init/apache2.confd
+++ b/2.2/init/apache2.confd
@@ -49,16 +49,8 @@ APACHE2_OPTS="-D DEFAULT_VHOST -D LANGUAGE -D INFO"
# Required for status and fullstatus
#STATUSURL="http://localhost/server-status"
-# Environment variables to keep
-# All environment variables are cleared from apache
-# Use this to preserve some of them
-# NOTE!!! It's very important that this contains PATH
-# TODO: Phase this out in favor of /etc/conf.d/env_whitelist
-#KEEPENV="PATH"
-
# Method to use when reloading the server
# Valid options are 'restart' and 'graceful'
# See http://httpd.apache.org/docs/2.2/stopping.html for information on
# what they do and how they differ.
#RELOAD_TYPE="graceful"
-