diff options
author | Stef Walter <stef@memberwebs.com> | 2006-03-01 01:32:52 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2006-03-01 01:32:52 +0000 |
commit | c6e0f00687bcef76d2ce325e9489aba9b3c3da2a (patch) | |
tree | 3167640c0c048c44f64070eb8b55d83ef48cb7e1 /doc/httpd-sample.conf | |
parent | 9da991ea5f6d5b02ee22c1d87f95d989efde4b30 (diff) |
Add support to rrdui from reading configs and rrds from subdirectories.
Diffstat (limited to 'doc/httpd-sample.conf')
-rw-r--r-- | doc/httpd-sample.conf | 10 |
1 files changed, 10 insertions, 0 deletions
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 + +<Location "/rrduiback"> + SetEnv CONFDIR "/opt/rrd/etc/rrdbot" + SetEnv WORKDIR "/opt/rrd/var" +</Location> + + + |