Use python3-mod-wsgi instead of mod_wsgi on CentOS8
This fixes a stack.sh execution error on CentOS8. We should use
python3-mod_wsgi instead of mod_wsgi since mod_wsgi is replaced by
python3-mod_wsgi. The following change may affect this issue.
4a746b53e9
Change-Id: I5344ecf519e1a79091b6158c2d711d09b21fae0c
Closes-Bug: #1885645
This commit is contained in:
parent
3cbb33e5c6
commit
1e26508983
@ -152,7 +152,7 @@ function install_apache_wsgi {
|
||||
install_package libapache2-mod-wsgi-py3
|
||||
elif is_fedora; then
|
||||
sudo rm -f /etc/httpd/conf.d/000-*
|
||||
install_package httpd mod_wsgi
|
||||
install_package httpd python3-mod_wsgi
|
||||
# For consistency with Ubuntu, switch to the worker mpm, as
|
||||
# the default is event
|
||||
sudo sed -i '/mod_mpm_prefork.so/s/^/#/g' /etc/httpd/conf.modules.d/00-mpm.conf
|
||||
|
Loading…
Reference in New Issue
Block a user