]> git.pld-linux.org Git - packages/lighttpd.git/blob - lighttpd-mod_rrdtool.conf
- mimetype_textcharsetheader to tune (now) optional charset header for text/* content...
[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.12977 seconds and 3 git commands to generate.