You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Brian Behlendorf <br...@hyperreal.com> on 1996/11/04 02:06:03 UTC

cvs commit: apache/src mod_expires.c Configuration.tmpl

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 <an...@aaaaaaaa.demon.co.uk>
  
  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