From e1888f82c46a881297e20454b126a19c79f2170b Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Fri, 29 Oct 2010 09:49:05 -0400 Subject: Remove some more mod_python references --- install/conf/ipa.conf | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'install/conf') diff --git a/install/conf/ipa.conf b/install/conf/ipa.conf index d03bc3fe0..d547b50d9 100644 --- a/install/conf/ipa.conf +++ b/install/conf/ipa.conf @@ -119,24 +119,3 @@ Alias /ipa/migration "/usr/share/ipa/migration" Options ExecCGI AddHandler wsgi-script .py - - -#Alias /ipatest "/usr/share/ipa/ipatest" -# -# AuthType Kerberos -# AuthName "Kerberos Login" -# KrbMethodNegotiate on -# KrbMethodK5Passwd off -# KrbServiceName HTTP -# KrbAuthRealms $REALM -# Krb5KeyTab /etc/httpd/conf/ipa.keytab -# KrbSaveCredentials on -# Require valid-user -# ErrorDocument 401 /ipa/errors/unauthorized.html -# -# SetHandler mod_python -# PythonHandler test_mod_python -# -# PythonDebug Off -# -# -- cgit