knownfiles:  Add the default installation dirs for Apache
	versions <= 1.2, >= 1.3.
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 @@
 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