• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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