Browse code

Merge "Use python3-mod-wsgi instead of mod_wsgi on CentOS8"

Zuul authored on 2020/07/16 13:54:23
Showing 1 changed files
... ...
@@ -152,7 +152,7 @@ function install_apache_wsgi {
152 152
         install_package libapache2-mod-wsgi-py3
153 153
     elif is_fedora; then
154 154
         sudo rm -f /etc/httpd/conf.d/000-*
155
-        install_package httpd mod_wsgi
155
+        install_package httpd python3-mod_wsgi
156 156
         # For consistency with Ubuntu, switch to the worker mpm, as
157 157
         # the default is event
158 158
         sudo sed -i '/mod_mpm_prefork.so/s/^/#/g' /etc/httpd/conf.modules.d/00-mpm.conf