Good Morning, Could some one tell me how can í put a php script that are in /var/www/web6/web/include/teste.php like a cron job? I need to run this script every 30 minuts.
30 * * * * /var/www/web6/web/include/teste.php is the command line put that into the contrab -e file and its will or should run every 30 mins push the insert key once finished put the esc key than :wq to save and exit the site i use to make the cron job http://www.clockwatchers.com/cgi-clockwatchers/crontool http://www.htmlbasix.com/crontab.shtml
Hi, thanks for your quick reply. I try your solution, but the script don't work. Via http, by "hand" e run the script, but by the cron the script dont run. Is there any ideas?
try adding before the test.php /path/to/php /path/to/my/php.file.php but check to see if you need to use any switchs on the php php --help
Tanks again, fo scripts included in ISPConfig, they are like this: Code: /root/ispconfig/php/php /root/ispconfig/scripts/shell/logs.php &> /dev/null This scripts run over Apache 1, from ISPConfig. What are the path of php where the pages are running? Code: /etc/php5/apache2 Tanks for all the help.