mirror of
https://github.com/python/cpython.git
synced 2025-12-11 03:20:01 +00:00
knownfiles: Add the default installation dirs for Apache
versions <= 1.2, >= 1.3.
This commit is contained in:
parent
adf0e437cb
commit
c9132066e7
1 changed files with 2 additions and 0 deletions
|
|
@ -29,6 +29,8 @@ import posixpath
|
||||||
knownfiles = [
|
knownfiles = [
|
||||||
"/usr/local/etc/httpd/conf/mime.types",
|
"/usr/local/etc/httpd/conf/mime.types",
|
||||||
"/usr/local/lib/netscape/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
|
inited = 0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue