You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rs...@locus.apache.org on 2000/02/21 08:30:47 UTC

cvs commit: apache-1.3/conf httpd.conf-dist

rse         00/02/20 23:30:46

  Modified:    conf     httpd.conf-dist
  Log:
  Clarify that MultiViews is required for the automatic
  extension checks.
  
  Submitted by: Ian Kallen <sp...@salon.com>
  Reviewed by: Ralf S. Engelschall
  
  Revision  Changes    Path
  1.55      +4 -3      apache-1.3/conf/httpd.conf-dist
  
  Index: httpd.conf-dist
  ===================================================================
  RCS file: /home/cvs/apache-1.3/conf/httpd.conf-dist,v
  retrieving revision 1.54
  retrieving revision 1.55
  diff -u -r1.54 -r1.55
  --- httpd.conf-dist	2000/01/30 16:18:34	1.54
  +++ httpd.conf-dist	2000/02/21 07:30:46	1.55
  @@ -615,9 +615,10 @@
       # HeaderName is the name of a file which should be prepended to
       # directory indexes. 
       #
  -    # The server will first look for name.html and include it if found.
  -    # If name.html doesn't exist, the server will then look for name.txt
  -    # and include it as plaintext if found.
  +    # If MultiViews are amongst the Options in effect, the server will
  +    # first look for name.html and include it if found.  If name.html
  +    # doesn't exist, the server will then look for name.txt and include
  +    # it as plaintext if found.
       #
       ReadmeName README
       HeaderName HEADER