From: Jeff Trawick Date: Mon, 14 Mar 2016 16:31:36 +0000 (+0000) Subject: Follow-up to r1734817: suexec passes through mod_include's DOCUMENT_ARGS X-Git-Tag: 2.5.0-alpha~1902 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b20d24ba07b72b466999ee15b7a27a6256f8eba;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/support/suexec.c b/support/suexec.c index 0389b60e3e4..22ef8462e25 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=",