/[rrd-simple-monitoring]/etc/rrd-httpd.conf
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /etc/rrd-httpd.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (hide annotations)
Thu Jul 16 18:48:19 2009 UTC (14 years, 9 months ago) by dpavlin
File size: 559 byte(s)
import upstream http://rrd.me.uk/rrd-simple-monitoring.tar.gz

without prerequisities

1 dpavlin 1 Alias /rrd/graphs/ "/home/system/rrd/graphs/"
2     <Directory "/home/system/rrd/graphs/">
3     AllowOverride None
4     Options None
5     Order allow,deny
6     Allow from all
7     </Directory>
8    
9     Alias /rrd/thumbnails/ "/home/system/rrd/thumbnails/"
10     <Directory "/home/system/rrd/thumbnails/">
11     AllowOverride None
12     Options None
13     Order allow,deny
14     Allow from all
15     </Directory>
16    
17     ScriptAlias /cgi-bin/rrd/ "/home/system/rrd/cgi-bin/"
18     <Directory "/home/system/rrd/cgi-bin/">
19     AllowOverride None
20     Options None
21     Order allow,deny
22     Allow from all
23     </Directory>
24    
25    

  ViewVC Help
Powered by ViewVC 1.1.26