[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] PHP cron problem
- Subject: RE: [cobalt-users] PHP cron problem
- From: craig <craig@xxxxxxxxxxxxx>
- Date: Sun Nov 10 01:34:01 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> term = vt100
> 0 20 * * * /usr/bin/lynx -dump http://www.onewebsite.com/daily.php
> >/dev/null
> 0 20 * * * /usr/bin/lynx -dump http://www.anotherwebsite.com/daily.php
> >/dev/null
>
Hm should have worked
personaly I use wget though as it does not try to get a terminal
try
0 20 * * * wget --quiet --spider http://www.onewebsite.com/daily.php