diff options
author | Fred Drake <fdrake@acm.org> | 1998-05-21 13:15:45 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-05-21 13:15:45 (GMT) |
commit | c9132066e73d9ae077f918ffbc5105aa18c22fae (patch) | |
tree | 3c9b3f8d073c1f4fa935beee8ae7409dd7c6f02d /Lib | |
parent | adf0e437cb15791c9bbfd99929388f3ff8e07e3a (diff) | |
download | cpython-c9132066e73d9ae077f918ffbc5105aa18c22fae.zip cpython-c9132066e73d9ae077f918ffbc5105aa18c22fae.tar.gz cpython-c9132066e73d9ae077f918ffbc5105aa18c22fae.tar.bz2 |
knownfiles: Add the default installation dirs for Apache
versions <= 1.2, >= 1.3.
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/mimetypes.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/mimetypes.py b/Lib/mimetypes.py index cb28afe..b35d0ff 100644 --- a/Lib/mimetypes.py +++ b/Lib/mimetypes.py @@ -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 |