Aquesta pàgina forma part de la documentació de Moodle en català, tot i que no ha estat traduïda encara. Podeu contribuir obertament a les tasques de traducció. Podeu consultar la Guia d'edició de la documentació i també participar ens els debats del fòrum de traductors de la documentació a moodle.org

Cron settings: diferència entre les revisions

De MoodleDocs
Salta a:navegació, cerca
(Draft page to split out from Cron later)
 
mCap resum de modificació
Línia 2: Línia 2:
Location: ''Site administration >Security > Site Policies''   
Location: ''Site administration >Security > Site Policies''   


Moodle has two settings that the site administrator can modify.  This is done from the Site Policies link.
Moodle has two settings where the site administrator can have some control of how the Moodle cron process is triggered.  This is done from the Site Policies link.


[[Image:Moodelcronadmin.png|frame|center|Cron settings in Site Policies]]
[[Image:Moodelcronadmin.png|frame|center|Cron settings in Site Policies]]

Revisió del 14:13, 19 nov 2011

Location: Site administration >Security > Site Policies

Moodle has two settings where the site administrator can have some control of how the Moodle cron process is triggered. This is done from the Site Policies link.

Cron settings in Site Policies

Cron from Command Line Interface only

The cronclionly setting will stop the browser URL trigger. This sets Moodle so that cron.php cannot be invoked by the Moodle URL.

TIP: While this is identified as CLI (command line interface) this is a bit misleading in that it does not mean that you have to be sitting at a shell account entering the command. If you enable this switch you can invoke cron.php through any set of batch or script files you wish, but it must be invoked via its correct location in the operating systems file structure. This can be especially frustrating for those not used to scripting in that environment is not typically provided.

Cron password

The cron process can be protected by a password with the cronremotepassword setting.