Hi, I have some problem to see images generated by rrdtool from my ganglia page.
The error message in apache (2.0.52) is sh: /usr/local/rrdtool-1.2.13/bin/rrdtool: Permission denied sh: /usr/local/rrdtool-1.2.13/bin/rrdtool: Permission denied sh: /usr/local/rrdtool-1.2.13/bin/rrdtool: Permission denied So i check (all king of things): - Permission on folder /var/lib/ganglia/, /var/www/html/ganglia/ Date change for the rrd files in /var/lib/ganglia and the perm/owner is like - The owner/perm of all ganglia files - The permission of rrdtool folder, readable by apache user and the tree too rw-rw-rw- 1 nobody root 23224 jun 12 18:01 boottime.rrd - I change the owner of apache with current profile, but it doesn't work too (I can execute the binary) - I add this config for apache, but always the same error. <Directory "/usr/local/rrdtool-1.2.13/bin"> AllowOverride none Options ExecCGI Order allow,deny Allow from all </Directory> I can access the rrdtool binary with my broswer, but i don't understand why in ganglia pages problem there is! I add the sticky bit for all binary in rrdtool i create symbolic link of rrdtoot in different folder But it have always the same error...permission denied! I use the last version of ganglia (from src) and rrdttool (from src too) and RedHat ES4 Who can help me please ?

