View Single Post
  #1  
Old 10-16-2007, 07:39 AM
nicksnels nicksnels is offline
Member
 
Join Date: Feb 2007
Posts: 33
Default Cron job using php from Litespeed

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
Reply With Quote