]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
knownfiles: Add the default installation dirs for Apache
authorFred Drake <fdrake@acm.org>
Thu, 21 May 1998 13:15:45 +0000 (13:15 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 21 May 1998 13:15:45 +0000 (13:15 +0000)
versions <= 1.2, >= 1.3.

Lib/mimetypes.py

index cb28afe2b68feda0966eeadebb6cf70f61ad46f6..b35d0ff84bd0610c031d266cd470699331ec2915 100644 (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