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/09/08 15:55:10 UTC

cvs commit: apache/src Configuration.tmpl

ben         96/09/08 06:55:09

  Modified:    src       Configuration.tmpl
  Log:
  Whoops. Missed out a small comment.
  
  Revision  Changes    Path
  1.34      +5 -3      apache/src/Configuration.tmpl
  
  Index: Configuration.tmpl
  ===================================================================
  RCS file: /export/home/cvs/apache/src/Configuration.tmpl,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -C3 -r1.33 -r1.34
  *** Configuration.tmpl	1996/09/08 13:52:39	1.33
  --- Configuration.tmpl	1996/09/08 13:55:08	1.34
  ***************
  *** 1,4 ****
  ! # $Id: Configuration.tmpl,v 1.33 1996/09/08 13:52:39 ben Exp $
    # Config file for the Apache httpd.
    
    # Configuration.tmpl is the template for Configuration. Configuration should
  --- 1,4 ----
  ! # $Id: Configuration.tmpl,v 1.34 1996/09/08 13:55:08 ben Exp $
    # Config file for the Apache httpd.
    
    # Configuration.tmpl is the template for Configuration. Configuration should
  ***************
  *** 84,97 ****
    #  If you find that your OS can't cope with mmap (compiles OKAY but refuses
    #  to run and moans "httpd: Could not mmap memory" .. or similar) set
    #  this to 'yes'.
  ! #  
  ! #
    Rule STATUS=yes
    Rule SOCKS=no
    
    # The following rules should be set automatically by Configure. However, if
    # they are not set by Configure (because we don't know the correct value for
  ! # your platform) you may override them here.
    Rule HSREGEX=default
    Rule BADMMAP=default
    
  --- 84,99 ----
    #  If you find that your OS can't cope with mmap (compiles OKAY but refuses
    #  to run and moans "httpd: Could not mmap memory" .. or similar) set
    #  this to 'yes'.
  ! 
    Rule STATUS=yes
    Rule SOCKS=no
    
    # The following rules should be set automatically by Configure. However, if
    # they are not set by Configure (because we don't know the correct value for
  ! # your platform), or are set incorrectly, you may override them here.
  ! # If you have to do this, please let us know what you set and what your
  ! # platform is, by sending mail to apache-bugs@apache.org.
  ! 
    Rule HSREGEX=default
    Rule BADMMAP=default