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