]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Change the default values for HeaderName and ReadmeName for Netware and
authorRich Bowen <rbowen@apache.org>
Fri, 14 May 2004 18:19:32 +0000 (18:19 +0000)
committerRich Bowen <rbowen@apache.org>
Fri, 14 May 2004 18:19:32 +0000 (18:19 +0000)
Windows, to ensure that it resolves to something with a text/* mime
type.

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

conf/httpd.conf-dist-nw
conf/httpd.conf-dist-win

index 70a792b0f6a5705e5605de108452929044e8a698..586b8b544ed4d37cee65df526a681800b0408722 100644 (file)
@@ -603,8 +603,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
index ad6ef321b27505636054dd34c4389f0bbc34070e..263c591c237db95585acdce4911bf05ed2bfdc04 100644 (file)
@@ -702,8 +702,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