1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-06 09:01:14 +03:00

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
This commit is contained in:
Ken Coar
1997-08-07 12:17:36 +00:00
parent 3fd92531ff
commit 491ddddffe

View 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";
#***
#***