pcs         96/11/01 06:59:52

  Modified:    src       Configuration.tmpl
  Added:       src       mod_headers.c
  Log:
  Reviewed by: Mark Cox <[EMAIL PROTECTED]>
  
  Add the headers module
  
  Revision  Changes    Path
  1.48      +6 -1      apache/src/Configuration.tmpl
  
  Index: Configuration.tmpl
  ===================================================================
  RCS file: /export/home/cvs/apache/src/Configuration.tmpl,v
  retrieving revision 1.47
  retrieving revision 1.48
  diff -C3 -r1.47 -r1.48
  *** Configuration.tmpl        1996/10/26 03:47:47     1.47
  --- Configuration.tmpl        1996/11/01 14:59:51     1.48
  ***************
  *** 1,4 ****
  ! # $Id: Configuration.tmpl,v 1.47 1996/10/26 03:47:47 fielding Exp $
    # Config file for the Apache httpd.
    
    # Configuration.tmpl is the template for Configuration. Configuration should
  --- 1,4 ----
  ! # $Id: Configuration.tmpl,v 1.48 1996/11/01 14:59:51 pcs Exp $
    # Config file for the Apache httpd.
    
    # Configuration.tmpl is the template for Configuration. Configuration should
  ***************
  *** 199,204 ****
  --- 199,209 ----
    ## secure Basic Auth used by the other modules.
    
    # Module digest_module       mod_digest.o
  + 
  + ## The headers module can set arbitrary HTTP response headers,
  + ## in server, vhost, access.conf or .htaccess configs
  + 
  + # Module headers_module      mod_headers.o
    
    ## Outright experiments --- mod_dld defines commands which
    ## allows other modules to be loaded in at runtime, 
  
  
  

Reply via email to