diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-09-09 09:04:15 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-09-09 09:04:15 +0200 |
commit | dfb9b38e61dbe7a00a7ad819cbde929c1caebdbe (patch) | |
tree | ac92183b823244d7ef0df0bacb3e8a2eb8f84d43 /debian/README.Debian | |
parent | 5824fdfa1c2298a9fc86fdd30bb26c4306cefde4 (diff) | |
parent | 6bb685cbab18780f440213cb3fa7e88a13bd81d9 (diff) |
Merge branch 'feature/buster' into develop
Diffstat (limited to 'debian/README.Debian')
-rw-r--r-- | debian/README.Debian | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/debian/README.Debian b/debian/README.Debian index 931689c..30c12a0 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -4,9 +4,16 @@ 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/lib/cgi-bin/mailgraph.cgi. With any -normal Debian web server install, this should be accessible as -http://localhost/cgi-bin/mailgraph.cgi +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: |