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