I've made all as written at:
http://www.dkfz.de/spec/linux/php_fork/
And all staff with pcntl works ok, but now I have another problem - I
cann't run any php script with system() function. I try to do
system('php myscript.php');
and receive:
Status: 404
X-Powered-By: PHP/5.1.4
Content-type: text/html
No input file specified.
Such answer from php I receive even if I try to run
system ('php -v');
I am not know what I have to do for run console daemon php script from
browser. Please advise anything. Before I changed configuration to as written in article, all was ok with this. Help me please!