summaryrefslogtreecommitdiffstats
path: root/install/share/Makefile.am
diff options
context:
space:
mode:
authorChristian Heimes <cheimes@redhat.com>2018-02-06 10:05:49 +0100
committerChristian Heimes <cheimes@redhat.com>2018-02-09 08:28:11 +0100
commit1785a3e17b9196ac661074ae66c4774d720358fb (patch)
tree9cf313366fc5bed7961bb14260622cc598ba76b1 /install/share/Makefile.am
parent73f61ce214e784ab8176a1f7acac6a3dbf1474ae (diff)
downloadfreeipa-1785a3e17b9196ac661074ae66c4774d720358fb.tar.gz
freeipa-1785a3e17b9196ac661074ae66c4774d720358fb.tar.xz
freeipa-1785a3e17b9196ac661074ae66c4774d720358fb.zip
Replace wsgi package conflict with config file
Instead of a package conflict, freeIPA now uses an Apache config file to enforce the correct wsgi module. The workaround only applies to Fedora since it is the only platform that permits parallel installation of Python 2 and Python 3 mod_wsgi modules. RHEL 7 has only Python 2 and Debian doesn't permit installation of both variants. See: https://pagure.io/freeipa/issue/7161 Fixes: https://pagure.io/freeipa/issue/7394 Signed-off-by: Christian Heimes <cheimes@redhat.com> Reviewed-By: Rob Crittenden <rcritten@redhat.com>
Diffstat (limited to 'install/share/Makefile.am')
-rw-r--r--install/share/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/install/share/Makefile.am b/install/share/Makefile.am
index b1285854e..abdf3ac64 100644
--- a/install/share/Makefile.am
+++ b/install/share/Makefile.am
@@ -85,6 +85,7 @@ dist_app_DATA = \
kdcproxy-enable.uldif \
kdcproxy-disable.uldif \
ipa-httpd.conf.template \
+ ipa-httpd-wsgi.conf.template \
gssapi.login \
gssproxy.conf.template \
kdcproxy.wsgi \