Your message dated Sun, 14 Jul 2013 14:52:56 +0200
with message-id <[email protected]>
and subject line Closing old bug
has caused the Debian Bug report #683112,
regarding munin: default apache.conf includes outdated references to mod_fastcgi
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
683112: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=683112
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: munin
Version: 2.0.2-1
Severity: normal

Debian attempts to ship a nice default configuration for apache which is
great. However these defaults target ancient apache versions and are no
longer useful. Instead they may mislead users who assume that things
would just work.

| # Enables fastcgi for munin-cgi-graph if present
| <Location /cgi-bin/munin-cgi-graph>
|         <IfModule mod_fastcgi.c>
|                 SetHandler fastcgi-script
|         </IfModule>
| </Location>
| 
| <Location /cgi-bin/munin-cgi-html>
|         <IfModule mod_fastcgi.c>
|                 SetHandler fastcgi-script
|         </IfModule>
| </Location>

So who would assume that after aptitude install libapache2-mod-fcgid
things will not just work?

Thing is there is no mod_fastcgi in Debian (anymore), so these snippets
will never have any effect. Maybe s/fastcgi/fcgid/ to make them actually
useful?

Helmut

--- End Message ---
--- Begin Message ---
Version: 2.0.9-1

This was fixed in 2.0.9-1, closing this bug

-- 
Stig Sandbeck Mathisen

--- End Message ---

Reply via email to