phpbar.de logo

Mailinglisten-Archive

[php] PHP und Cronjobs - How?

[php] PHP und Cronjobs - How?

Ulf Wendel UW_(at)_netuse.de
Thu, 02 Dec 1999 00:28:32 +0100


Schwerd wrote:

> Ich möchte PHP-Skripte aus einem Cronjob heraus laufen lassen. Verstanden
> habe ich, daß PHP dafür am besten als CGI-Modul kompiliert sein muß. Nun
> ist das aber leider nicht so, sondern es liegt als Apache-Modul vor. Ich
> habe da leider auch keinen Einfluß drauf.

Schau mal auf die englische Liste, da läuft in diesem Moment der
gleiche Thread. 

Lustig fand ich folgenden Ansatz:

Rob Blake:
"dont even need to use cgi-bin: 55 * * * * lynx -dump 
http://some_url.com/to_a_php_script.phtml"

Chad Chunningham entgegnet zu Recht:
"That's kind of overkill, especially if your server has php
compiled in
as a module. If so, you don't need a binary, just make the
crontab
entry. If you want to execute it without the use of your web
server,
then you can compile it as a binary and there's no need to use
lynx,
just do /path/to/php/binary -q /some/file > /dev/null (assuming
of
course you don't want the output mailed to you...)"
 
> Wenn kein CGI-Modul, sondern nur als Apache-Modul - habe ich eine
> Möglichkeit PHP aufzurufen? Oder kann man sich selbst eine "php.exe"
> machen? (Ausführungsrechte im Server hätte ich dann schon...)

Ja, nur solltest Du bei einem PC als Webserver auf einem PC
kompilieren und bei einer SPARC auf einer SPARC, sonst paßt es
halt nicht.  Sogar ich, der von Unix -wirklich- null Ahnung hat,
hab schon mal einen Compiler auf einer Suse angeworfen. Stolz.

Ulf

-- 
Ulf Wendel
NetUSE Kommunikationstechnologie GmbH
Siemenswall, D-24107 Kiel, Germany
Fon: +49 431 386435 00  --  Fax: +49 431 386435 99


php::bar PHP Wiki   -   Listenarchive