Cron job issue after managed service upgrade
hello, this is my second post of the same topic. i assume you didn't got the 1st post...
this issue is still actual, but meanwhile i got an another issue with my meneged service upgrade. this service changed from 32 to 64bit and with it i had to upgrade it. but my settings for the cron-jobs were lost.
this is the dialog of this set-up:
-there is a box for http-calls over url and direct script-call
-and then there is place where the path of url-target or script (Depending on the type of call (HTTP or direct), the target to be entered below designates a URL that is to be called or the path to a script in your directory structure.)
what is the working set-up for the cronejobs?
kind regards
Dusko
-
- · Ivan Mishchenko
- ·
I have it implemented like this: /opt/php/7.4/bin/php -q /var/www/u000000/data/www/site domain/periodic/cron.php
Instead of u0000000 and the site domain, you need to specify your own values.
Lead time: * * * * *
-