I want to run a PHP script with cron, and I was wondering if this PHP installation is compiled CGI or a Apache module. If it's Apache, do you have Lynx installed?
I want to run a PHP script with cron, and I was wondering if this PHP installation is compiled CGI or a Apache module. If it's Apache, do you have Lynx installed?
Hello,
It is a CGI based PHP setup; use /usr/bin/php when using php via a cron.
Last edited by Brandon; 02-05-2011 at 09:44 PM.
Thanks,
Brandon Long