Annotation of elwix/config/etc/default/lighttpd/conf.d/rrdtool.conf, revision 1.2

1.2     ! misho       1: #######################################################################
        !             2: ##
        !             3: ##  RRD Tool Module 
        !             4: ## ----------------- 
        !             5: ##
        !             6: ## see http://www.lighttpd.net/documentation/rrdtool.html
        !             7: ##
        !             8: server.modules += ( "mod_rrdtool" )
        !             9: 
        !            10: ##
        !            11: ## Path to the rrdtool binary.
        !            12: ##
        !            13: rrdtool.binary             = "/usr/bin/rrdtool"
        !            14: 
        !            15: ##
        !            16: ## Path to the rrdtool database. You can override this in conditionals.
        !            17: ##
        !            18: rrdtool.db-name            = "/var/lib/lighttpd/lighttpd.rrd"
        !            19: 
        !            20: ##
        !            21: #######################################################################

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>