brian 96/11/03 17:06:03
Modified: src Configuration.tmpl Added: src mod_expires.c Log: Reviewed by: Brian Behlendorf Submitted by: Andrew Wilson <[EMAIL PROTECTED]> Long-overdue add of mod_expires. Revision Changes Path 1.51 +5 -0 apache/src/Configuration.tmpl Index: Configuration.tmpl =================================================================== RCS file: /export/home/cvs/apache/src/Configuration.tmpl,v retrieving revision 1.50 retrieving revision 1.51 diff -C3 -r1.50 -r1.51 *** Configuration.tmpl 1996/11/04 00:55:16 1.50 --- Configuration.tmpl 1996/11/04 01:06:00 1.51 *************** *** 204,209 **** --- 204,214 ---- # Module digest_module mod_digest.o + ## The expires module can apply Expires: headers to resources, + ## as a function of access time or modification time. + + # Module expires_module mod_expires.o + ## The headers module can set arbitrary HTTP response headers, ## in server, vhost, access.conf or .htaccess configs