From: Jeff Trawick Date: Wed, 18 Aug 2004 11:54:49 +0000 (+0000) Subject: suexec: Pass the SERVER_SIGNATURE envvar through to CGIs. X-Git-Tag: STRIKER_2_1_0_RC1~96 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8eb3fb08020cd2b6501b00ef4fefd6ead300bd08;p=apache suexec: Pass the SERVER_SIGNATURE envvar through to CGIs. Submitted by: Zvi Har'El Reviewed by: Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104703 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 789b547ab1..ca521b9c7c 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,9 @@ Changes with Apache 2.1.0-dev [Remove entries to the current 2.0 section below, when backported] + *) suexec: Pass the SERVER_SIGNATURE envvar through to CGIs. + [Zvi Har'El ] + *) apachectl: Fix a problem finding envvars if sbindir != bindir. PR 30723. [Friedrich Haubensak ] diff --git a/support/suexec.c b/support/suexec.c index 8e3d622ee9..c7c93650d1 100644 --- a/support/suexec.c +++ b/support/suexec.c @@ -134,6 +134,7 @@ char *safe_env_lst[] = "SERVER_ADDR=", "SERVER_PORT=", "SERVER_PROTOCOL=", + "SERVER_SIGNATURE=", "SERVER_SOFTWARE=", "UNIQUE_ID=", "USER_NAME=",