diff options
author | Julien Valroff <julien@kirya.net> | 2010-08-13 14:05:40 +0200 |
---|---|---|
committer | Julien Valroff <julien@kirya.net> | 2010-08-13 14:05:40 +0200 |
commit | ea6002d1ebecc4d6f0b45fca346295e6bfc7ce5b (patch) | |
tree | 5080f73afe363de20181c663df4063ede941f018 /debian | |
parent | f8eeb8b30ae5e56280afc5686c3a452309a2f0c1 (diff) |
Fix path to lighttpd configuration file
Diffstat (limited to 'debian')
-rw-r--r-- | debian/README.Debian | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/debian/README.Debian b/debian/README.Debian index 2937dd5..169fa54 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -11,12 +11,12 @@ normal Debian web server install, this should be accessible as http://localhost/cgi-bin/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/50-mailgraph-lighttpd.conf - It should be amended to suit your needs, and copied to eg. - /etc/lighttpd/conf-available/50-mailgraph.conf +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> Fri, 13 Aug 2010 08:50:13 +0200 |