mirror of https://github.com/python/cpython.git
knownfiles: Add the default installation dirs for Apache
versions <= 1.2, >= 1.3.
This commit is contained in:
parent
adf0e437cb
commit
c9132066e7
|
@ -29,6 +29,8 @@
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue