]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Because ReadmeName and HeaderName must resolve to a text/* file, some
authorRich Bowen <rbowen@apache.org>
Fri, 14 May 2004 18:12:58 +0000 (18:12 +0000)
committerRich Bowen <rbowen@apache.org>
Fri, 14 May 2004 18:12:58 +0000 (18:12 +0000)
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.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@103683 13f79535-47bb-0310-9956-ffa450edef68

conf/httpd.conf-dist

index 5603b4b81e46766f5d5bf1918127993dac1b3175..971b11c2658e74f96630d1bc02774dd0daac2853 100644 (file)
@@ -656,8 +656,8 @@ ServerSignature On
     # 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