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:19:32 UTC

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

rbowen      2004/05/14 11:19:32

  Modified:    conf     httpd.conf-dist-nw httpd.conf-dist-win
  Log:
  Change the default values for HeaderName and ReadmeName for Netware and
  Windows, to ensure that it resolves to something with a text/* mime
  type.
  
  Revision  Changes    Path
  1.34      +2 -2      apache-1.3/conf/httpd.conf-dist-nw
  
  Index: httpd.conf-dist-nw
  ===================================================================
  RCS file: /home/cvs/apache-1.3/conf/httpd.conf-dist-nw,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- httpd.conf-dist-nw	19 Feb 2004 18:13:11 -0000	1.33
  +++ httpd.conf-dist-nw	14 May 2004 18:19:32 -0000	1.34
  @@ -603,8 +603,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
  
  
  
  1.76      +2 -2      apache-1.3/conf/httpd.conf-dist-win
  
  Index: httpd.conf-dist-win
  ===================================================================
  RCS file: /home/cvs/apache-1.3/conf/httpd.conf-dist-win,v
  retrieving revision 1.75
  retrieving revision 1.76
  diff -u -r1.75 -r1.76
  --- httpd.conf-dist-win	19 Feb 2004 18:13:11 -0000	1.75
  +++ httpd.conf-dist-win	14 May 2004 18:19:32 -0000	1.76
  @@ -702,8 +702,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