summaryrefslogtreecommitdiff
path: root/debian/README.Debian
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2017-06-27 20:18:18 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2017-06-27 20:18:18 +0200
commit8c4044195472162ae9492b918aabd73906f861ab (patch)
tree402a340f603ab1e63929ea495aea825da5f3a59a /debian/README.Debian
parent5824fdfa1c2298a9fc86fdd30bb26c4306cefde4 (diff)
Fix documentation error
Diffstat (limited to 'debian/README.Debian')
-rw-r--r--debian/README.Debian13
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: