Hi. What is the content of the spider2.php file? Is it something like the following:
PHP Code:
<?php
echo "hello world";
?>
and then "hello world" shows up in the log file?
When you check your phpinfo, is register_argc_argv set to on? If not, in the spider.php file, try setting $_SERVER variables as in
this thread.