set the PythonHandler name to be compatible with Fedora and RHEL-5+

This commit is contained in:
Mike Bonnet 2009-02-13 11:45:11 -05:00
parent 89a9311be6
commit a2e419b1cd

View file

@ -3,7 +3,7 @@ Alias /koji "/usr/share/koji-web/scripts/"
<Directory "/usr/share/koji-web/scripts/">
# Config for the publisher handler
SetHandler mod_python
PythonHandler publisher
PythonHandler mod_python.publisher
# General settings
PythonDebug On