Possible solutions of your questions

  hosting
<< Previous       Scheduler (cron)

Question: Good afternoon. Wrote a cron job :/usr/bin/php -q /var/www/zhekavas/data/www/zhekavasil.by/ang/crone.RRSat job is to run the code the crone.rRNA it is not running, can you help?
Answer:

Hello.

Have a cron job add the command 
/usr/bin/php spacebar Polnymi > /dev/null 2>&1 
or 
/usr/bin/php5 gap Polnymi.php> /dev/null 2>&1 
, putting in the minute 0, hour 24, and in the remaining fields, leave the asterisk. 


or wget -O - -q-t 1 http://yourdomain.com/cron.php > /dev/null 2>&1 
key \"-O\" specifies the output to the console (instead of saving to a file), \"-q\" makes it quiet (no screen output), a \"-t 1\" specifies to make only one connection attempt. 

Question: Thank you! Everything works
Answer:


ok


<< Previous