mirror of
https://github.com/clearlinux/koji-setup-scripts.git
synced 2026-04-28 11:03:50 +00:00
Host koji with python3
mod_wsgi is built and loaded with python3 by default. No longer provide a configuration to load the python2 equivalent, since it is also no longer included in the koji bundle. Signed-off-by: George T Kramer <george.t.kramer@intel.com>
This commit is contained in:
committed by
William Douglas
parent
8e0085e302
commit
d848c0d8b3
@@ -294,7 +294,6 @@ EOF
|
||||
|
||||
mkdir -p /etc/httpd/conf.modules.d
|
||||
cat > /etc/httpd/conf.modules.d/wsgi.conf <<- EOF
|
||||
LoadModule wsgi_module lib/python2.7/site-packages/mod_wsgi/server/mod_wsgi-py27.so
|
||||
WSGISocketPrefix /run/httpd/wsgi
|
||||
EOF
|
||||
cat > /etc/httpd/conf.modules.d/ssl.conf <<- EOF
|
||||
|
||||
Reference in New Issue
Block a user