Package: mailgraph
Version: 1.14-1.2
Severity: important
Tags: patch

There is a problem on the given Lighttpd configuration. There is no graphs 
available.

When you look at the source page (for http://myserver/mailgraph for example), 
you can see it :
<p><img src="mailgraph.cgi?0-n" alt="mailgraph"/><br/>
<img src="mailgraph.cgi?0-e" alt="mailgraph"/></p>

In fact Lighttpd doesn't take *.cgi? values. To simply resolv it, you can 
change the default
configuration of Lighttpd (/etc/lighttpd/conf-available/50-mailgraph.conf) with 
:

# Alias for phpMyAdmin directory
alias.url += ( 
    "/mailgraph.cgi" => "/usr/lib/cgi-bin/mailgraph.cgi",
)

$HTTP["url"] =~ "^/mailgraph*", {
    
}

So now, it's working, but you need to type http://myserver/mailgraph.cgi. I 
know this is sad
but it rapidly fix the problem.


-- System Information:
Debian Release: 5.0.4
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-2-amd64 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF8, LC_CTYPE=fr_FR.UTF8 (charmap=UTF-8) (ignored: LC_ALL 
set to fr_FR.UTF8)
Shell: /bin/sh linked to /bin/bash

Versions of packages mailgraph depends on:
ii  debconf [debconf-2.0]         1.5.24     Debian configuration management sy
ii  libfile-tail-perl             0.99.3-3   File::Tail perl module
ii  librrds-perl                  1.3.1-4    Time-series data storage and displ

Versions of packages mailgraph recommends:
ii  lighttpd [httpd]         1.4.19-5+lenny1 A fast webserver with minimal memo

mailgraph suggests no packages.

-- debconf information:
  mailgraph/ignore_localhost: true
  mailgraph/mail_log: /var/log/mail.log
  mailgraph/start_on_boot:



-- 
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