]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Propose >2Gb log file fix, vote for shmcb fix.
authorJoe Orton <jorton@apache.org>
Fri, 14 May 2004 11:30:42 +0000 (11:30 +0000)
committerJoe Orton <jorton@apache.org>
Fri, 14 May 2004 11:30:42 +0000 (11:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103682 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 49cdfe979fdef4d50512e11216e1f6f006526f89..b5ce0b3be8be241f401752600456cacef5eae53e 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/05/13 23:40:02 $]
+Last modified at [$Date: 2004/05/14 11:30:42 $]
 
 Release:
 
@@ -72,6 +72,19 @@ PATCHES TO BACKPORT FROM 2.1
   [ please place file names and revisions from HEAD here, so it is easy to
     identify exactly what the proposed changes are! ]
 
+    *) Use APR_LARGEFILE when opening log files, and not APR_WRITE,
+       allowing >2Gb log files on some platforms with a 32-bit off_t
+       http://www.apache.org/~jorton/largelog.diff
+       
+       which is:
+       http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/log.c?r1=1.143&r2=1.144
+       http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/log.c?r1=1.134&r2=1.135
+       http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/loggers/mod_log_config.c?r1=1.116&r2=1.117
+       with conditional use of APR_LARGEFILE
+
+       PR: 13511
+       +1: jorton
+
     *) mod_ldap calls ldap_simple_bind_s() to validate the user
        credentials.  If the bind fails, the connection is left
        in an unbound state.  Make sure that the ldap connection
@@ -82,7 +95,7 @@ PATCHES TO BACKPORT FROM 2.1
         
     *) mod_ssl: Fix potential SEGV in 'shmcb' session cache.
        modules/ssl/ssl_scache_shmcb.c: r1.26
-       +1: madhum
+       +1: madhum, jorton
 
     *) mod_cgi: Handle stderr output during script execution
        http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/generators/mod_cgi.c?r1=1.160&r2=1.163