]> git.pld-linux.org Git - packages/lighttpd.git/blob - lighttpd-mod_rrdtool.conf
- unified header
[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.029805 seconds and 4 git commands to generate.