> But the perl script returns (in a label included in the graph) : graph > failed (Opening '/home/vials/img.png' for write : Permission denied).
Just a guess, your cgi is running as user apache. user apache is in group apache. Your homedir is owned by user "vials" with group "vials". Use the chgrp command to set the dir as owned by the group apache. Set the directory as writable by anyone in the group (chmod g+rxw vials) Serge. ------------- Op de inhoud van dit e-mailbericht en de daaraan gehechte bijlagen is de inhoud van de volgende disclaimer van toepassing: http://www.zeelandnet.nl/disclaimer.php ------------- For the content of this e-mail message and its attachment(s) the following disclaimer applies: http://www.zeelandnet.nl/disclaimer.php -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://lists.ee.ethz.ch/rrd-users WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
