set the PythonHandler name to be compatible with Fedora and RHEL-5+
This commit is contained in:
parent
89a9311be6
commit
a2e419b1cd
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ Alias /koji "/usr/share/koji-web/scripts/"
|
||||||
<Directory "/usr/share/koji-web/scripts/">
|
<Directory "/usr/share/koji-web/scripts/">
|
||||||
# Config for the publisher handler
|
# Config for the publisher handler
|
||||||
SetHandler mod_python
|
SetHandler mod_python
|
||||||
PythonHandler publisher
|
PythonHandler mod_python.publisher
|
||||||
|
|
||||||
# General settings
|
# General settings
|
||||||
PythonDebug On
|
PythonDebug On
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue