9
0
Fork 1

Bugfixes for apache.

This commit is contained in:
Johan Björklund 2024-11-19 13:29:11 +01:00
parent d3eb18ec86
commit 708cf8eb96
Signed by: bjorklund
GPG key ID: 5E8401339C7F5037

View file

@ -202,7 +202,7 @@ class soc::intelmq(
command => 'a2enmod wsgi',
require => Package['libapache2-mod-wsgi-py3'],
notify => Service['apache2'],
¦ unless => "test -f /etc/apache2/mods-enabled/wsqi.load",
¦ unless => "test -f /etc/apache2/mods-enabled/wsgi.load",
}
file { '/etc/apache2/conf-available/wsgi-venv.conf':