summaryrefslogtreecommitdiff
path: root/support
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2016-03-14 16:31:36 +0000
committerJeff Trawick <trawick@apache.org>2016-03-14 16:31:36 +0000
commit5b20d24ba07b72b466999ee15b7a27a6256f8eba (patch)
tree56b19f02e59e4f9bf98cdfa3116dad4f81262c7a /support
parent9b6702a85c165ca6503f564b1653dc2e3f72404f (diff)
downloadhttpd-5b20d24ba07b72b466999ee15b7a27a6256f8eba.tar.gz
Follow-up to r1734817: suexec passes through mod_include's DOCUMENT_ARGS
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1734955 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support')
-rw-r--r--support/suexec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/support/suexec.c b/support/suexec.c
index 0389b60e3e..22ef8462e2 100644
--- a/support/suexec.c
+++ b/support/suexec.c
@@ -102,6 +102,7 @@ static const char *const safe_env_lst[] =
"CONTEXT_PREFIX=",
"DATE_GMT=",
"DATE_LOCAL=",
+ "DOCUMENT_ARGS=",
"DOCUMENT_NAME=",
"DOCUMENT_PATH_INFO=",
"DOCUMENT_ROOT=",