Packages with configuration changes:
-icingaweb2 2.11.3-2.bullseye all
+icingaweb2 2.11.4-1+debian11 all
Package changes:
-bind9 1:9.16.33-1~deb11u1 amd64
-bind9-dnsutils 1:9.16.33-1~deb11u1 amd64
-bind9-host 1:9.16.33-1~deb11u1 amd64
-bind9-libs 1:9.16.33-1~deb11u1 amd64
-bind9-utils 1:9.16.33-1~deb11u1 amd64
+bind9 1:9.16.37-1~deb11u1 amd64
+bind9-dnsutils 1:9.16.37-1~deb11u1 amd64
+bind9-host 1:9.16.37-1~deb11u1 amd64
+bind9-libs 1:9.16.37-1~deb11u1 amd64
+bind9-utils 1:9.16.37-1~deb11u1 amd64
-curl 7.74.0-1.3+deb11u3 amd64
+curl 7.74.0-1.3+deb11u5 amd64
-dnsutils 1:9.16.33-1~deb11u1 all
+dnsutils 1:9.16.37-1~deb11u1 all
-git 1:2.30.2-1 amd64
-git-email 1:2.30.2-1 all
-git-man 1:2.30.2-1 all
+git 1:2.30.2-1+deb11u1 amd64
+git-email 1:2.30.2-1+deb11u1 all
+git-man 1:2.30.2-1+deb11u1 all
+icinga-l10n 1.2.0-1.bullseye amd64
-icingacli 2.11.3-2.bullseye all
-icingaweb2 2.11.3-2.bullseye all
-icingaweb2-common 2.11.3-2.bullseye all
-icingaweb2-module-monitoring 2.11.3-2.bullseye all
+icingacli 2.11.4-1+debian11 all
+icingaweb2 2.11.4-1+debian11 all
+icingaweb2-common 2.11.4-1+debian11 all
-libcurl3-gnutls 7.74.0-1.3+deb11u3 amd64
-libcurl4 7.74.0-1.3+deb11u3 amd64
+libcurl3-gnutls 7.74.0-1.3+deb11u5 amd64
+libcurl4 7.74.0-1.3+deb11u5 amd64
-libtiff5 4.2.0-1+deb11u1 amd64
+libtiff5 4.2.0-1+deb11u3 amd64
-php-icinga 2.11.3-2.bullseye all
+php-icinga 2.11.4-1+debian11 all
maybe chmod 0660 'icingaweb2/config.ini'
maybe chown 'www-data' 'icingaweb2/enabledModules'
maybe chgrp 'icingaweb2' 'icingaweb2/enabledModules'
-maybe chmod 2750 'icingaweb2/enabledModules'
+maybe chmod 2770 'icingaweb2/enabledModules'
maybe chown 'www-data' 'icingaweb2/groups.ini'
maybe chgrp 'icingaweb2' 'icingaweb2/groups.ini'
maybe chmod 0660 'icingaweb2/groups.ini'
<Directory "/usr/share/icingaweb2/public">
Options SymLinksIfOwnerMatch
AllowOverride None
+ Require all granted
SetEnv ICINGAWEB_CONFIGDIR "/etc/icingaweb2"
- EnableSendfile Off
-
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /icingaweb2/
<IfModule !mod_rewrite.c>
DirectoryIndex error_norewrite.html
- ErrorDocument 404 /error_norewrite.html
+ ErrorDocument 404 /icingaweb2/error_norewrite.html
</IfModule>
+
+ DirectoryIndex index.php
</Directory>