From: Paul J. Reder Date: Fri, 21 Nov 2003 23:42:47 +0000 (+0000) Subject: Submit a patch for porting votes. X-Git-Tag: 2.0.49~356 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbc1f591e130eb4f1636fc90d536af3e34f2e2c7;p=thirdparty%2Fapache%2Fhttpd.git Submit a patch for porting votes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101841 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 7bec54ca6b2..141b7429a13 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2003/11/21 23:38:22 $] +Last modified at [$Date: 2003/11/21 23:42:47 $] Release: @@ -66,6 +66,11 @@ 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! ] + * mod_expires: Don't report an Internal Server error if ExpiresDefault + is used and has not been set in the httpd.conf file. PR: 23748, 24459 + http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/metadata/mod_expires.c.diff?r1=1.46&r2=1.47 + +1: rederpj + * Make Win32 MPM honor MaxMemFree for transaction pools server/mpm/winnt/child.c: r1.17 server/mpm/winnt/mpm.h: r1.14