Click to See Complete Forum and Search --> : PHP installation error on XP using IIS 5


harti
04-19-2002, 09:38 PM
I have used the following php-4.1.2-installer to install PHP onto Windows XP Pro using IIS 5.1.

I installed following the notes givenwith the release but get the error below when running phpinfo.php:-

<?php
phpinfo();
?>

CGI Error
The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are:

Any ideas?

Thanks...

mligor
04-22-2002, 09:09 AM
that is usual message what IIS can't find file to execute...

check did you put .php file in right directory .. (executable permissions)

Igor

harti
04-24-2002, 10:05 AM
I have the put the .php file in the right directory. Can anyone let me know how I can confirm the permissions of the executable file.

Thanks,

Harti