You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Ben Laurie <be...@hyperreal.com> on 1996/11/10 15:51:58 UTC

cvs commit: apache/src Configuration.tmpl

ben         96/11/10 06:51:58

  Modified:    src       Configuration.tmpl
  Log:
  Spelling misteaks.
  
  Revision  Changes    Path
  1.52      +3 -3      apache/src/Configuration.tmpl
  
  Index: Configuration.tmpl
  ===================================================================
  RCS file: /export/home/cvs/apache/src/Configuration.tmpl,v
  retrieving revision 1.51
  retrieving revision 1.52
  diff -C3 -r1.51 -r1.52
  *** Configuration.tmpl	1996/11/04 01:06:00	1.51
  --- Configuration.tmpl	1996/11/10 14:51:56	1.52
  ***************
  *** 156,162 ****
    
    # Module rewrite_module      mod_rewrite.o
    
  ! ## cern_meta mimicks the behavior of the CERN web server with regards to 
    ## metainformation files.  
    
    # Module cern_meta_module    mod_cern_meta.o
  --- 156,162 ----
    
    # Module rewrite_module      mod_rewrite.o
    
  ! ## cern_meta mimics the behavior of the CERN web server with regards to 
    ## metainformation files.  
    
    # Module cern_meta_module    mod_cern_meta.o
  ***************
  *** 188,200 ****
    # Module db_auth_module      mod_auth_db.o
    # Module dbm_auth_module     mod_auth_dbm.o
    
  ! ## msql_auth checks against an MSQL database.  You must have MSQL installed
    ## and an "msql.h" available for this to even compile.  Additionally,
    ## you may need to add a couple entries to the EXTRA_LIBS line, like
    ##
    ##  -lmsql -L/usr/local/lib -L/usr/local/Minerva/lib
    ##
  ! ## This depends on your installation of MSQL. (This may be done by Configure
    ## at a later date)
    
    # Module msql_auth_module    mod_auth_msql.o
  --- 188,200 ----
    # Module db_auth_module      mod_auth_db.o
    # Module dbm_auth_module     mod_auth_dbm.o
    
  ! ## msql_auth checks against an mSQL database.  You must have mSQL installed
    ## and an "msql.h" available for this to even compile.  Additionally,
    ## you may need to add a couple entries to the EXTRA_LIBS line, like
    ##
    ##  -lmsql -L/usr/local/lib -L/usr/local/Minerva/lib
    ##
  ! ## This depends on your installation of mSQL. (This may be done by Configure
    ## at a later date)
    
    # Module msql_auth_module    mod_auth_msql.o