]> granicus.if.org Git - apache/commitdiff
suexec: Pass the SERVER_SIGNATURE envvar through to CGIs.
authorJeff Trawick <trawick@apache.org>
Wed, 18 Aug 2004 11:54:49 +0000 (11:54 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 18 Aug 2004 11:54:49 +0000 (11:54 +0000)
Submitted by: Zvi Har'El <rl math.technion.ac.il>
Reviewed by:  Jeff Trawick

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104703 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
support/suexec.c

diff --git a/CHANGES b/CHANGES
index 789b547ab16115b184e2c9f485707d243276483f..ca521b9c7c792abcb9fa361c2d69b2ee0bb56b23 100644 (file)
--- 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 <rl math.technion.ac.il>]
+
   *) apachectl: Fix a problem finding envvars if sbindir != bindir.
      PR 30723.  [Friedrich Haubensak <hsk imb-jena.de>]
 
index 8e3d622ee962175aba8150d814b8721bb0b84736..c7c93650d1af35b4f31853e04967193fde62bef0 100644 (file)
@@ -134,6 +134,7 @@ char *safe_env_lst[] =
     "SERVER_ADDR=",
     "SERVER_PORT=",
     "SERVER_PROTOCOL=",
+    "SERVER_SIGNATURE=",
     "SERVER_SOFTWARE=",
     "UNIQUE_ID=",
     "USER_NAME=",