Code

fix horyzontal alignement of lines and aread
[rrdtool-all.git] / contrib / rrd-file-icon / README
1 From: "Alex van den Bogaerdt" <alex@ergens.op.Het.Net>
3 This icon can be used, for instance, by apache httpd.
5 (note: path names may differ in your setup)
7 Copy the icon to /home/apache/icons/
8 Modify /etc/httpd/conf/srm.conf by adding:
10        AddIcon /icons/rrd.png .rrd
11        AddDescription "Round Robin Database" .rrd
13 You could even run a script when an rrd file is clicked on:
15        AddHandler rrd-handler rrd
16        Action rrd-handler /cgi-bin/some-general-rrd-script.cgi
19 Alex