Changes between Version 2 and Version 3 of TutorialCronJobSetup
- Timestamp:
- Nov 23, 2010, 4:05:14 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TutorialCronJobSetup
v2 v3 31 31 [[Image(http://testing.mycrazyspot.com/boonex/CronSetup.png)]] 32 32 33 As stated previously, not all Hosting configurations will accept the default Cron command provided during installation. Below are the 2most popular Cron job commands used in a Shared Environment:33 As stated previously, not all Hosting configurations will accept the default Cron command provided during installation. Below are the most popular Cron job commands used in a Shared Environment: 34 34 1. '''* * * * * /usr/local/bin/php -q /home/sitedir/public_html/periodic/cron.php''' 35 35 2. '''* * * * * /usr/bin/php -q /home/sitedir/public_html/periodic/cron.php''' 36 3. '''* * * * * /usr/local/bin/php4 -q /home/sitedir/public_html/periodic/cron.php'' 37 4. '''* * * * * /usr/local/bin/php5 -q /home/sitedir/public_html/periodic/cron.php'' 38 36 39 * to find your exact /home/sitedir/public_html/ edit your /inc/header.inc.php and look for 37 40 {{{