From: Jeff Trawick Date: Thu, 27 Feb 2003 12:34:30 +0000 (+0000) Subject: account for a fix merged into stable branch X-Git-Tag: pre_ajp_proxy~2068 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b6cdb276ceb6ab0e316495d3e0e48469d99c3989;p=apache account for a fix merged into stable branch git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98822 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 897e0ba381..488e0ececf 100644 --- a/CHANGES +++ b/CHANGES @@ -57,10 +57,6 @@ Changes with Apache 2.1.0-dev *) Forward port of mod_actions' ability to handle arbitrary methods with the Script directive. [André Malo] - *) mod_cgi, mod_cgid, mod_ext_filter: Log errors when scripts cannot - be started on Unix because of such problems as bad permissions, - bad shebang line, etc. [Jeff Trawick] - *) Let suexec send a message to stderr, if it failed or its policy was violated. This message appears in the error log and allows for easier debugging. PR 5381, 7638, 8255, 10773. [André Malo] @@ -130,6 +126,10 @@ Changes with Apache 2.1.0-dev Changes with Apache 2.0.45 + *) mod_cgi, mod_cgid, mod_ext_filter: Log errors when scripts cannot + be started on Unix because of such problems as bad permissions, + bad shebang line, etc. [Jeff Trawick] + *) Fix 64-bit problem in mod_ssl input logic. [Madhusudan Mathihalli ]