From c6e0f00687bcef76d2ce325e9489aba9b3c3da2a Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Wed, 1 Mar 2006 01:32:52 +0000 Subject: Add support to rrdui from reading configs and rrds from subdirectories. --- doc/httpd-sample.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/httpd-sample.conf (limited to 'doc/httpd-sample.conf') diff --git a/doc/httpd-sample.conf b/doc/httpd-sample.conf new file mode 100644 index 0000000..c028cf6 --- /dev/null +++ b/doc/httpd-sample.conf @@ -0,0 +1,10 @@ +Alias /rrdui/ /home/sean/Projects/rrdui/html/ +ScriptAlias /rrduiback /home/sean/Projects/rrdui/tools/rrdui-cgi.py + + + SetEnv CONFDIR "/opt/rrd/etc/rrdbot" + SetEnv WORKDIR "/opt/rrd/var" + + + + -- cgit v1.2.3