Page 1 of 1

INSTALL PHP with WINDOWS VISTA 64 BIT and IIS7

Posted: Sat Mar 14, 2009 2:25 am
by marq_oh
Hi...

Previously I installed PHP and MySQL on a Windows Vista 64-bit with IIS7. I was able to do this successfully. I downloaded the .zip file and did some stuff on IIS. I added the mapping, changed the Application pool settings of enable 32-bit applications to 'true' and downloaded and added libmysql.dll to the windows folder. Everything was fine. I was able to code.
posting.php?mode=post&f=31
Then I decided to add Coldfusion. I had problems with installing the Coldfusion 64-bit on the Vista 64-bit at first. But in the end, I was able to install it. I realized that I had to change the application pool settings of enable 32-bit applications to 'false' for it to run well. So I figured, everytime I run php, I would change the setting to 'true' and if I'm doing coldfusion, I would set it to 'false'.

Sadly, it hasn't been like that. Coldfusion still works fine as long as the application pool settings of enable 32-bit applications are set to 'false'. But for php, none works.. I get this error:

Server Error in Application "DEFAULT WEB SITE"

Error Summary:
HTTP Error 500.0 - Internal Server Error
The page cannot be displayed because an internal server error has occurred.

Detailed Error Information:
Module IsapiModule
Notification ExecuteRequestHandler
Handler AboMapperCustom-51512
Error Code 0x800700c1
Requested URL http://localhost:80/test.php
Physical Path C:\inetpub\wwwroot\test.php
Logon Method Anonymous
Logon User Anonymous


test.php containts the phpinfo stuff to check if php has successfully been installed.

Anyone know how I can get it to work again?? I have a feeling it has to do with the "Handler".. please help me!