diff options
author | Ken Coar <coar@apache.org> | 2002-11-12 19:30:00 +0100 |
---|---|---|
committer | Ken Coar <coar@apache.org> | 2002-11-12 19:30:00 +0100 |
commit | 7d79ef3ded993abb2d904f95251b6c4c74336e6d (patch) | |
tree | ca7445f9628111c8a807001f962689480751ae5f /CHANGES | |
parent | watch out for the should-not-occur condition where the daemon can't (diff) | |
download | apache2-7d79ef3ded993abb2d904f95251b6c4c74336e6d.tar.xz apache2-7d79ef3ded993abb2d904f95251b6c4c74336e6d.zip |
Add a SERVER_ADDR keyword to match the CGI environment variable,
to allow conditional setting according to the IP address on
which the server received the request.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97494 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ Changes with Apache 2.0.44 + *) mod_setenvif: Add SERVER_ADDR special keyword to allow + envariable setting according to the server IP address + which received the request. [Ken Coar] + *) mod_cgid: Terminate CGI scripts when the client connection drops. PR 8388 [Jeff Trawick] |