• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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