ork, I would seriously suspect that the built-in Apache-PHP parser is
> handling your .cgi files.
>
> -Brian
>
> -Original Message-
> From: Dave Goodrich [mailto:[EMAIL PROTECTED]]
>
> * snip
> info.cgi
> #!/usr/local/bin/php
>phpinfo();
> ?>
&
It's not you. I just built a bare cgi version of php, nothing but
'./configure' and got the same result.
I used this simple script to be sure I was in fact running the cgi binary
and it showed I was.
info.cgi
#!/usr/local/bin/php
I got the correct info page, but with the #!/usr/local/bin/php a