summaryrefslogtreecommitdiff
path: root/debian/README.Debian
blob: 30c12a0115caf6d11c8064160677a684efcfbc28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
README.Debian for mailgraph
============================

This Debian package installs itself, optionally, as a daemon that
will constantly gather the statistics it needs. You really need to turn
this option on for it to be of any use. The statistics themselves are
served up by a web CGI program, /usr/share/mailgraph/mailgraph.cgi.

Note for Apache2.4 users:

  There is a mailgraph.conf at /usr/share/doc/mailgraph/examples.
  You can copy the file to /etc/apache2/conf-available and enable it
  with "a2enconf mailgraph" as root.

  Mailgraph is after them accessible as
  http://localhost/mailgraph/mailgraph.cgi


Note for Lighttpd users:

  Lighttpd doesn't take *.cgi? values, hence the graphs are not displayed 
  without extra configuration.
  An example of such configuration is available in
    /usr/share/doc/mailgraph/examples/lighttpd.conf

  It should be amended to suit your needs, and copied to eg.
   /etc/lighttpd/conf-available/50-mailgraph.conf


 -- Norbert Tretkowski <nobse@debian.org>  Thu, 25 Dec 2003 23:50:13 +0100
 -- Julien Valroff <julien@kirya.net>  Sat, 06 Nov 2010 11:07:08 +0100