-
Posted to
FastCGI Handler
by
dragon52
on
06-02-2009, 10:33 PM
Paul,
I have changed things back and forth a few times to get it to work. I got confused between fcgiext.ini and php.ini.
PHPRC is now pointing back to d:\documents and settings\denis\phpx where php.ini is.
The problem remains !!!
I am sure I had it like that before anyway.
Following someone's instructions before I added the ...
-
Posted to
FastCGI Handler
by
dragon52
on
06-02-2009, 7:59 AM
Yes, here is the code
<html>
<head>
</head>
<body>
Hello - <?php echo "world"; ?>
</body>
</html>
and here is the output
Hello -
The windows/system32/inetsrv/fcgiext.ini has the following entries
[Types]
php=PHP
[PHP]
ExePath=d:\documents and settings\denis\phpx\php-cgi.exe
system ...
-
Posted to
FastCGI Handler
by
dragon52
on
06-02-2009, 2:09 AM
Hi Paul.
thanks for our reply
Someone gave me a similar link to install fastcgi for IIS 5.1 and I have followed all the steps. I don't know what I may have done wrong.
Do you have suggestions that I can idenitfy the problem?
When I run the file from IE I get html code but not the php code while if I run from the command line window ...
-
Posted to
FastCGI Handler
by
dragon52
on
06-01-2009, 7:29 AM
Hi all,
I have installed fastcgi 5.1 and PHP.
I have ran the script and checked that the ini file has the [Types], [PHP] entries and IIS web site has the .php extension.
problem: when I run my php code I get the html debug lines but anything inside <?php ?> code are ignored.
Anyone know what I need to ...