From 53d29ac93653b61b6935a765cdc6be4e6f645fb7 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Oct 17 2012 08:52:00 +0000 Subject: Add mime type to httpd ipa.conf for xpi extension Some configurations don't give proper mime type to xpi files. This patch explicitly sets it. https://fedorahosted.org/freeipa/ticket/3094 --- diff --git a/install/conf/ipa.conf b/install/conf/ipa.conf index 89c9849..7aaebe4 100644 --- a/install/conf/ipa.conf +++ b/install/conf/ipa.conf @@ -1,5 +1,7 @@ # -# VERSION 4 - DO NOT REMOVE THIS LINE +# VERSION 5 - DO NOT REMOVE THIS LINE +# +# This file may be overwritten on upgrades. # # LoadModule auth_kerb_module modules/mod_auth_kerb.so @@ -15,6 +17,7 @@ DirectoryIndex index.html # This is required so the auto-configuration works with Firefox 2+ AddType application/java-archive jar +AddType application/x-xpinstall xpi # FIXME: WSGISocketPrefix is a server-scope directive. The mod_wsgi package