[Fwd: [ph-linux-newbie] help on cron]

Поиск
Список
Период
Сортировка
От Joseph Syjuco
Тема [Fwd: [ph-linux-newbie] help on cron]
Дата
Msg-id 1036684946.16728.6.camel@Falcon
обсуждение исходный текст
Ответы Re: [Fwd: [ph-linux-newbie] help on cron]
Список pgsql-php

id like to execute a php file automatically during certain periods of
time so what i did i installed php-cgi (which allows me to execute php
using cmd php <php file>).  Ive finished my php script, tried it and it
worked but when i put it in crontab
* * * * * php /usr/local/apache/htdocs/xxx.php
it didnt work ... it didnt spew any errors ... just did nothing
in order to verify if cron is working properly i added a new entry
* * * * * rm /home/postgres/test.txt
when i inspected the results ... 2nd script worked (rm) but not the php
script
any ideas whats wrong?
path of script is ok and path is working when i execute it in command
line
TIA
joseph



_______________________________________________
ph-linux-newbie mailing list
http://lists.q-linux.com/mailman/listinfo/ph-linux-newbie
plug website http://plug.linux.org.ph
to unsubscribe, send 'unsubscribe' to ph-linux-newbie-request@lists.q-linux.com

В списке pgsql-php по дате отправления:

Предыдущее
От: "David U."
Дата:
Сообщение: Re: Handling timestampz datatype
Следующее
От: "Michael Upchurch"
Дата:
Сообщение: Re: Spaawn another process