• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

FastCGI - 500 error

tino

Basic Pleskian
I have a clean 8.3.0 installation.
I have one domain that has no content.
PHP is enabled (in FastCGI Mode), no ASP, ASP.NET, PERL etc.

The site has one page; index.php.

The contents of this file:

<?php

phpinfo();

?>

The result in the browser;

FastCGI Error
The FastCGI Handler was unable to process the request.
--------------------------------------------------------------------------------

Error Details:

The FastCGI process exited unexpectedly
Error Number: -2147467259 (0x80004005).
Error Description: Unspecified error
HTTP Error 500 - Server Error.
Internet Information Services (IIS)


Any ideas why I get a 500 error in this situation?

Tino
 
Btw; ISAPI won't work either, beause the default permissions on the PHP ISAPI DLL's aren't set correctly. But you can manually fix that.

And if you want to try PHP4 in FastCGI mode;

FastCGI Error
The FastCGI Handler was unable to process the request.
--------------------------------------------------------------------------------

Error Details:

Could not find entry for "php" on site 3925 in [Types] section.
Error Number: 1413 (0x80070585).
Error Description: Invalid index.
HTTP Error 500 - Server Error.
Internet Information Services (IIS)


Tino
 
Back
Top