Hi,
I have made a cron job that should run a php script each 15 minutes. My PHP 5 that is used by Litespeed is installed in /php5/bin/php. So my cron job looks like:
15,30,45,59 * * * * root /php5/bin/php /path_to_php_script
But nothing happens. What is going on? Is it possible to execute php scripts like this? Thanks.
Kind regards,
Nick
I have made a cron job that should run a php script each 15 minutes. My PHP 5 that is used by Litespeed is installed in /php5/bin/php. So my cron job looks like:
15,30,45,59 * * * * root /php5/bin/php /path_to_php_script
But nothing happens. What is going on? Is it possible to execute php scripts like this? Thanks.
Kind regards,
Nick