From: Ken Coar Date: Thu, 15 May 2003 15:18:35 +0000 (+0000) Subject: make ExpiresByType work on dynamic documents X-Git-Tag: pre_ajp_proxy~1694 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=95e6e2bd90eef2f9b781601dce9056dabb419904;p=thirdparty%2Fapache%2Fhttpd.git make ExpiresByType work on dynamic documents git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99850 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index fc197abb4fe..622de9fc370 100644 --- a/CHANGES +++ b/CHANGES @@ -5,6 +5,9 @@ Changes with Apache 2.1.0-dev *) Add a delete flag to htpasswd. [Thom May] + *) Make mod_expires' ExpiresByType work properly, including for + dynamically-generated documents. [Ken Coar] + *) Ensure that ssl-std.conf is generated at configure time, and switch to using the expanded config variables to work the same as httpd-std.conf PR 19611