5 Feb 2006 03:11
Re: Alarm
Kevin M. Myer <kevin_myer <at> iu13.org>
2006-02-05 02:11:26 GMT
2006-02-05 02:11:26 GMT
Quoting Craig White <craigwhite <at> azapple.com>: > set it to a cron with a repeating interval. > > # cat /var/spool/cron/apache > 0,2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,46,48,50,52,54,56,58 * * * * > \ > /usr/bin/php -f /var/www/html/horde/kronolith/scripts/reminders.php \ >> /dev/null 2>&1 Or if using a modern cron, save yourself some typing and use: */2 * * * * .... (or whatever interval you choose to use - I run it every minute) If you happened to change anything in your Apache config that affects PHP and differs from your php.ini (like altering PHP's include_path, or log file location), you'll need to make the appropriate changes within reminders.php. Kevin -- Kevin M. Myer Senior Systems Administrator Lancaster-Lebanon Intermediate Unit 13 http://www.iu13.org -- -- Kronolith mailing list - Join the hunt: http://horde.org/bounties/#kronolith Frequently Asked Questions: http://horde.org/faq/(Continue reading)
RSS Feed