• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

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