]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Work around problem with mod_mime_magic by changing the name of
authorKen Coar <coar@apache.org>
Thu, 7 Aug 1997 12:17:36 +0000 (12:17 +0000)
committerKen Coar <coar@apache.org>
Thu, 7 Aug 1997 12:17:36 +0000 (12:17 +0000)
the data file manual-index.cgi uses.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78916 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/search/manual-index.cgi

index 7ba5bd5abf42e5becb79360608be6d610ac78c01..92891dac7c5f8436e621fd1a2c7f03d58d4d520b 100644 (file)
@@ -60,7 +60,7 @@
 # apache/htdocs/manual directory of the Apache distribution tree).
 #***
 #***
-$INDEX = "/export/pub/apache/manual-index.dat";
+$INDEX = "/export/pub/apache/manual-index-data";
 
 #***
 #***