• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

fastCGI 500 Server error

J

Jan.S

Guest
Hello,

I activate fastCGi on 2 Domains. But fastCGI work only with 1 Domain. Its work with this Domains how become the first request.
The Second domain become a 500 Internal Server error.

I see with "top"

10112 *** 19 0 0 0 0 Z 0 0.0 0:00.01 php5-cgi <defunct> <-- second request

Why can start only one php5-cgi prozess?

and Why don´t die the other php5-cgi prozess?

I have
Ubuntu 6.06
Plesk 9.2.2
2GB RAM
 
Hi,

And what errors do you see in domain apache error log when you get "500 Internal Server error" in browser?

Apache error log for domain is located under $VHOST_DIR/DOMAIN_NAME/statistics/logs/error_log

Here $VHOST_DIR is path to virtual hosts content. You can get this path from config file, for example:
# grep VHOST /etc/psa/psa.conf
HTTPD_VHOSTS_D /var/www/vhosts

So check error log, perhaps it will give more clues about this problem.

Also make sure you do not have apparmor enabled on your server. Apparmor is not compatible with Parallels Plesk and can cause unpredictable behavior of web/mail and other services.
 
The Problem was the PHP version 5.2.4

The Solution was

/etc/php5/cgi/php.ini

cgi.fix_pathinfo = 0;

Thx for reading :D
 
Back
Top