]> git.pld-linux.org Git - packages/lighttpd.git/blame_incremental - mod_rrdtool.conf
mod_auth: suggest not require mod_authn_*
[packages/lighttpd.git] / mod_rrdtool.conf
... / ...
CommitLineData
1# rrdtool module.
2#
3# Documentation: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModRRDTool
4
5server.modules += (
6 "mod_rrdtool"
7)
8
9#### rrdtool
10rrdtool.binary = "/usr/bin/rrdtool"
11rrdtool.db-name = "/var/lib/lighttpd/lighttpd.rrd"
This page took 0.036857 seconds and 4 git commands to generate.