]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
changes to log client IP address on a few types of errors
authorJeff Trawick <trawick@apache.org>
Mon, 1 Nov 2004 13:13:32 +0000 (13:13 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 1 Nov 2004 13:13:32 +0000 (13:13 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105653 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 50ff9f931975b48631b519fc7b89a5958c300763..57f77a53ba5b9d147d7574df05141eadfdf030ab 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/10/30 15:37:21 $]
+Last modified at [$Date: 2004/11/01 13:13:32 $]
 
 Release:
 
@@ -97,6 +97,13 @@ PATCHES TO BACKPORT FROM 2.1
          modules/config5.m4: 1.4
        +1: jim, jerenkrantz
 
+    *) several changes to improve logging of connection-oriented errors, including
+       ap_log_cerror() API (needs minor bump in addition to changes below)
+         http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/core.c?r1=1.289&r2=1.291
+         http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/log.c?r1=1.150&r2=1.151
+         http://cvs.apache.org/viewcvs.cgi/httpd-2.0/include/http_log.h?r1=1.46&r2=1.48
+       +1: trawick
+
     *) mod_auth_ldap: Handle the inconsistent way in which the MS LDAP
        library handles special characters.
          http://issues.apache.org/bugzilla/showattachment.cgi?attach_id=12919