Using this package ================== To use this you need to have installed flowscan-cuflow package and got it running. See that packages README.Debian for more information. Having done that, edit /etc/flowscan/CUGrapher.cf to reflect your tastes. The file is self-documenting - read it. In particular, be sure to set the OutputDir variable must be identical to what is in /etc/flowscan/CUFlow.cf. Finally, reconfigure your HTTP server to run CUGrapher.pl. It is installed into: /usr/lib/cgi-bin/CUGrapher.pl and this is a symlink to it: /usr/lib/cgi-bin/CUGrapher.cgi In Apache / Apache2 adding this line to httpd.conf should suffice: Alias "/cuflow" "/usr/lib/cgi-bin/CUFlow.cgi" This will allow you to view the CUFlow web page at: http://127.0.0.1/cuflow CUGrapher in this package has been modified to read its configuration from /etc/flowscan/CUGrapger.cf, so the instruction in the README.txt file about modifying the $rrddir to point to your databases no longer applies.