changeset 441:2474a711dfc5

Force WSGI for Python3 on Ubuntu
author IBBoard <dev@ibboard.co.uk>
date Sun, 14 Aug 2022 11:57:06 +0100
parents 7392c008088c
children 2879e2d4148e
files modules/apache/manifests/params.pp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/modules/apache/manifests/params.pp	Sun Aug 14 11:49:39 2022 +0100
+++ b/modules/apache/manifests/params.pp	Sun Aug 14 11:57:06 2022 +0100
@@ -375,7 +375,7 @@
         'rpaf'                  => 'libapache2-mod-rpaf',
         'security'              => 'libapache2-mod-security2',
         'shib2'                 => 'libapache2-mod-shib2',
-        'wsgi'                  => 'libapache2-mod-wsgi',
+        'wsgi'                  => 'libapache2-mod-wsgi-py3',
         'xsendfile'             => 'libapache2-mod-xsendfile',
       }
     } else {