From: Joe Orton Date: Fri, 14 May 2004 11:30:42 +0000 (+0000) Subject: Propose >2Gb log file fix, vote for shmcb fix. X-Git-Tag: 2.0.50~103 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51574a9a24420bf15a33194cac1610fa1283a128;p=thirdparty%2Fapache%2Fhttpd.git Propose >2Gb log file fix, vote for shmcb fix. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103682 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 49cdfe979fd..b5ce0b3be8b 100644 --- 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