You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Alexei Kosut <ak...@hyperreal.com> on 1996/08/12 20:59:47 UTC

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

akosut      96/08/12 11:59:46

  Modified:    src       Configuration.tmpl
  Added:       src       mod_browser.c
  Log:
  Add mod_browser to Apache.
  
  Reviewed by: Rob Hartill, Randy Terbush, Chuck Murcko, Jim Jagielski
  
  Revision  Changes    Path
  1.29      +4 -1      apache/src/Configuration.tmpl
  
  Index: Configuration.tmpl
  ===================================================================
  RCS file: /export/home/cvs/apache/src/Configuration.tmpl,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -C3 -r1.28 -r1.29
  *** Configuration.tmpl	1996/08/06 19:41:15	1.28
  --- Configuration.tmpl	1996/08/12 18:59:44	1.29
  ***************
  *** 160,170 ****
    ## of HTTP headers at the beginning of the document.  mod_imap handles internal 
    ## imagemaps (no more cgi-bin/imagemap/!).  mod_actions is used to specify 
    ## CGI scripts which act as "handlers" for particular files, for example to
  ! ## automatically convert every GIF to another file type.
    
    Module asis_module         mod_asis.o
    Module imap_module         mod_imap.o
    Module action_module       mod_actions.o
    
    ## Optional modules for NCSA user-agent/referer logging compatibility
    ## We recommend, however, that you migrate to the configurable logging
  --- 160,173 ----
    ## of HTTP headers at the beginning of the document.  mod_imap handles internal 
    ## imagemaps (no more cgi-bin/imagemap/!).  mod_actions is used to specify 
    ## CGI scripts which act as "handlers" for particular files, for example to
  ! ## automatically convert every GIF to another file type. mod_browser lets
  ! ## you set environment variables based on the User-Agent string; this is
  ! ## useful for conditional HTML, for example.
    
    Module asis_module         mod_asis.o
    Module imap_module         mod_imap.o
    Module action_module       mod_actions.o
  + Module browser_module      mod_browser.o
    
    ## Optional modules for NCSA user-agent/referer logging compatibility
    ## We recommend, however, that you migrate to the configurable logging