From: Rich Bowen Date: Fri, 14 May 2004 18:19:32 +0000 (+0000) Subject: Change the default values for HeaderName and ReadmeName for Netware and X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c0ba94940400a749b8d1353094b224e58dbf051;p=thirdparty%2Fapache%2Fhttpd.git Change the default values for HeaderName and ReadmeName for Netware and 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 --- diff --git a/conf/httpd.conf-dist-nw b/conf/httpd.conf-dist-nw index 70a792b0f6a..586b8b544ed 100644 --- a/conf/httpd.conf-dist-nw +++ b/conf/httpd.conf-dist-nw @@ -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 diff --git a/conf/httpd.conf-dist-win b/conf/httpd.conf-dist-win index ad6ef321b27..263c591c237 100644 --- a/conf/httpd.conf-dist-win +++ b/conf/httpd.conf-dist-win @@ -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