Config file is /etc/drraw/drraw.conf In order to use drraw, follow these steps: * Define some RRD source directories in variable %datadirs in config file * Configure authentication and authorization using your web server authentication mechanism and/or %users variable in config file * All authenticated web server users have write access by default * An unsafe but easier way is giving write permission to guest user temporarily and reverting after editings: %users = ( 'guest' => 1 ); * If you want graphs to be world-viewable, uncomment this line: %users = ( 'guest' => 0 ); * Browse to http://yourhost/cgi-bin/drraw/drraw.cgi and define some graphs * If you want to use the RCS feature of drraw, you'll need the librcs-perl package -- Mohammad Ebrahim Mohammadi Panah Fri, 05 Dec 2008 20:02:11 +0330 This package has enabled the local user configuration option provided by Ivan Shmakov at Fri, 3 Jun 2011 17:06:01 UTC in https://bugs.debian.org/cgi-bin/629118 . Please see there how to configure your Apache to profit from this feature.