shell_exec('usr/local/bin/ruby /samples/sample.rb >> logfile');
I think in our server set up the user "apache" is not permitted to run "usr/local/bin/ruby", or "usr/bin/php".
By the way, I mean shell_exec in my above threads.
With this set up, any solutions for my issue?
Thanks!