Package: nagios4-cgi Version: 4.4.6-4 Dear Maintainer,
I installed nagios4 in a Bookworm VM (where apache2 had not been installed yet) and noticed that some links from the GUI downloaded the CGI files instead of displaying their contents. Seems like this is caused by "mod_cgi" not being enabled in Apache. To fix this: a2enmod cgi && apache2ctl -t && systemctl restart apache2 I think this should be done automatically or at least show a warning that this needs to be done manually.