koji: try setting some wsgi params in koji
This was suggested in https://pagure.io/koji/issue/3220 basically seperating koji web and koji xmlrpc from each other. This is going to be tested first in staging. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
7248eeb87c
commit
aaa520c953
2 changed files with 6 additions and 0 deletions
|
@ -4,11 +4,15 @@
|
|||
|
||||
KeepAlive On
|
||||
|
||||
WSGIDaemonProcess koji lang=en_US.UTF-8
|
||||
WSGIProcessGroup koji
|
||||
|
||||
Alias /kojihub /usr/share/koji-hub/kojixmlrpc.py
|
||||
|
||||
<Directory "/usr/share/koji-hub">
|
||||
Options ExecCGI
|
||||
SetHandler wsgi-script
|
||||
WSGIApplicationGroup %{GLOBAL}
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
||||
|
|
|
@ -7,6 +7,8 @@ MaxRequestWorkers 800
|
|||
MaxConnectionsPerChild 1000
|
||||
|
||||
#We use wsgi by default
|
||||
WSGIDaemonProcess koji-web lang=en_US.UTF-8
|
||||
WSGIProcessGroup koji-web
|
||||
Alias /koji "/usr/share/koji-web/scripts/wsgi_publisher.py"
|
||||
#(configuration goes in /etc/kojiweb/web.conf)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue