From: Ken Coar Date: Thu, 7 Aug 1997 12:17:36 +0000 (+0000) Subject: Work around problem with mod_mime_magic by changing the name of X-Git-Tag: APACHE_1_3b1~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=491ddddffe1ee2a547a983d676e2cb98b79fe398;p=thirdparty%2Fapache%2Fhttpd.git Work around problem with mod_mime_magic by changing the name of 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 --- diff --git a/docs/manual/search/manual-index.cgi b/docs/manual/search/manual-index.cgi index 7ba5bd5abf4..92891dac7c5 100644 --- a/docs/manual/search/manual-index.cgi +++ b/docs/manual/search/manual-index.cgi @@ -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"; #*** #***