Bug #1202018: add some common mime.types locations.

This commit is contained in:
Georg Brandl 2006-06-14 08:42:11 +00:00
parent c54173c234
commit 0540be96f3
1 changed files with 4 additions and 0 deletions

View File

@ -33,6 +33,10 @@ __all__ = [
knownfiles = [ knownfiles = [
"/etc/mime.types", "/etc/mime.types",
"/etc/httpd/mime.types", # Mac OS X
"/etc/httpd/conf/mime.types", # Apache
"/etc/apache/mime.types", # Apache 1
"/etc/apache2/mime.types", # Apache 2
"/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/httpd/conf/mime.types", # Apache 1.2