summaryrefslogtreecommitdiffstats
path: root/install/conf
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2010-10-29 09:38:17 -0400
committerRob Crittenden <rcritten@redhat.com>2010-11-09 13:25:17 -0500
commit22056206641f7b8f2751f9d4f2200e7c5030e084 (patch)
tree38192f1fae2c3371931d09b2acbd84f5c4451d22 /install/conf
parent440267a93e569c5767c08976ddb053cf18f9bf58 (diff)
downloadfreeipa-22056206641f7b8f2751f9d4f2200e7c5030e084.tar.gz
freeipa-22056206641f7b8f2751f9d4f2200e7c5030e084.tar.xz
freeipa-22056206641f7b8f2751f9d4f2200e7c5030e084.zip
Rewrite the migration page using WSGI
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>