From c9132066e73d9ae077f918ffbc5105aa18c22fae Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 21 May 1998 13:15:45 +0000 Subject: [PATCH] knownfiles: Add the default installation dirs for Apache versions <= 1.2, >= 1.3. --- Lib/mimetypes.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Lib/mimetypes.py b/Lib/mimetypes.py index cb28afe2b68..b35d0ff84bd 100644 --- a/Lib/mimetypes.py +++ b/Lib/mimetypes.py @@ -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