knownfiles: Add the default installation dirs for Apache

versions <= 1.2, >= 1.3.
This commit is contained in:
Fred Drake 1998-05-21 13:15:45 +00:00
parent adf0e437cb
commit c9132066e7
1 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,8 @@ import posixpath
knownfiles = [
"/usr/local/etc/httpd/conf/mime.types",
"/usr/local/lib/netscape/mime.types",
"/usr/local/etc/httpd/conf/mime.types", # Apache 1.2
"/usr/local/etc/mime.types", # Apache 1.3
]
inited = 0