Мнения, написани от Jerry Lau

or what would happen if they do not allow the cron to be able to run via a "web" page url?

options? not only for this moodle but as a general question.. if a script does tasks that are needed for a regular period and the script is only executed via cron and not so much as "page", would the wget method still work even though the url it fetches looks like it is a "web page"?

Thanks

Dave

Hello everyone.

My webhost does not allow crons to be executed for their shared hosting plan.

Too late as I've signed on with them LOL

is it possible to have our own PHP/Linux server (on premise) and then on our server, we call our moodle webhost's cron.php file?

for example our server is called "localserver" and our webhost's name is "birdcage"

on localserver, we say


**** /our/php/path/php  birdcage.site.com/admin/cli/cron.php

does that work or do we have to use curl or wget from what my limited understanding is?

Examples would be appreciated and what setup do we need to do to enable this to work at our local and webhost servers?

Thanks!