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:
@@ -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";
|
||||
|
||||
#***
|
||||
#***
|
||||
|
||||
Reference in New Issue
Block a user