Package: munin
Version: 2.0.6-1
Severity: wishlist

The shipped /etc/munin/apache.conf helpfully ships:

|        <IfModule mod_fastcgi.c>
|                SetHandler fastcgi-script
|        </IfModule>

This says that if the fastcgi module is loaded, run munin's cgi scripts
as fastcgi. However there are multiple fastcgi modules
libapache2-mod-fastcgi and libapache2-mod-fcgid. Obviously the latter
needs different configuration. Thanks to IfModule those configurations
can coexist. So please add the following snippet to both places. That
way munin also "just works" with libapache2-mod-fcgid.

|        <IfModule !mod_fastcgi.c>
|                <IfModule mod_fcgid.c>
|                        SetHandler fcgid-script
|                </IfModule>
|        </IfModule>

Helmut


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to