• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • 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.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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