APACHE 2.0 STATUS: -*-text-*-
-Last modified at [$Date: 2003/11/21 23:51:53 $]
+Last modified at [$Date: 2003/11/22 02:34:09 $]
Release:
[ 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
+ * mod_expires: Initialize ExpiresDefault to NULL instead of "" to
+ avoid reporting an Internal Server error if it is used without
+ having 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
+ http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/metadata/mod_expires.c.diff?r1=1.47&r2=1.48
+1: rederpj
* Make Win32 MPM honor MaxMemFree for transaction pools