Remove some more mod_python references

This commit is contained in:
Jakub Hrozek 2010-10-29 09:49:05 -04:00 committed by Rob Crittenden
parent 7aae58fd2d
commit e1888f82c4
2 changed files with 1 additions and 22 deletions

View File

@ -119,24 +119,3 @@ Alias /ipa/migration "/usr/share/ipa/migration"
Options ExecCGI
AddHandler wsgi-script .py
</Directory>
#Alias /ipatest "/usr/share/ipa/ipatest"
#<Directory "/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
#
#</Directory>

View File

@ -15,7 +15,7 @@ openssl-devel
nspr-devel
nss-devel
mozldap-devel
mod_python
mod_wsgi
gcc
python-ldap
TurboGears