You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2004/05/14 20:12:58 UTC

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

rbowen      2004/05/14 11:12:58

  Modified:    conf     httpd.conf-dist
  Log:
  Because ReadmeName and HeaderName must resolve to a text/* file, some
  people are having difficulty because they are using a file name of
  README and HEADER, which is then not loading as desired. Changing the
  default in the config file to something that works by default seems to
  be the right move here.
  
  Revision  Changes    Path
  1.92      +2 -2      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.91
  retrieving revision 1.92
  diff -u -r1.91 -r1.92
  --- httpd.conf-dist	19 Feb 2004 18:13:11 -0000	1.91
  +++ httpd.conf-dist	14 May 2004 18:12:58 -0000	1.92
  @@ -656,8 +656,8 @@
       # HeaderName is the name of a file which should be prepended to
       # directory indexes. 
       #
  -    ReadmeName README
  -    HeaderName HEADER
  +    ReadmeName README.html
  +    HeaderName HEADER.html
   
       #
       # IndexIgnore is a set of filenames which directory indexing should ignore