summaryrefslogtreecommitdiffstats
path: root/install/conf
diff options
context:
space:
mode:
Diffstat (limited to 'install/conf')
-rw-r--r--install/conf/ipa-rewrite.conf3
-rw-r--r--install/conf/ipa.conf4
2 files changed, 3 insertions, 4 deletions
diff --git a/install/conf/ipa-rewrite.conf b/install/conf/ipa-rewrite.conf
index ef494300c..f6bc9d013 100644
--- a/install/conf/ipa-rewrite.conf
+++ b/install/conf/ipa-rewrite.conf
@@ -3,8 +3,7 @@
RewriteEngine on
# By default forward all requests to /ipa. If you don't want IPA
-# to be the default on your web server comment this line out. You will
-# need to modify ipa_webgui.cfg as well.
+# to be the default on your web server comment this line out.
RewriteRule ^/$$ https://$FQDN/ipa/ui [L,NC,R=301]
# Redirect to the fully-qualified hostname. Not redirecting to secure
diff --git a/install/conf/ipa.conf b/install/conf/ipa.conf
index bcf31cee3..d03bc3fe0 100644
--- a/install/conf/ipa.conf
+++ b/install/conf/ipa.conf
@@ -116,8 +116,8 @@ Alias /ipa/migration "/usr/share/ipa/migration"
AllowOverride None
Satisfy Any
Allow from all
- AddHandler mod_python .py
- PythonHandler mod_python.publisher
+ Options ExecCGI
+ AddHandler wsgi-script .py
</Directory>