• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

500 - Internal Server Error

AlexeyE

Basic Pleskian
Hi,
if I goto Plesk-admin to login, I see this error. If I restart server, I can some time log into admin, but very soon not more. I receive this error again.
In what may be causing the problem?
I have: Plesk 9.54, Debian Lenny, Apache, php as mod_fcgi.
In error_log from sw-cp-server:
2011-09-19 21:27:10: (mod_fastcgi.c.1105) [ERROR]: spawning fcgi failed.
2011-09-19 21:27:10: (mod_fastcgi.c.3505) all handlers for /index.php on .php are down.
[Mon Sep 19 21:27:12 2011] [apc-error] apc_mmap: mmap failed: No space left on device
2011-09-19 21:27:12: (mod_fastcgi.c.1000) the fastcgi-backend /usr/bin/sw-engine-cgi -c /opt/psa/admin/conf/php.ini -d auto_prepend_file=auth.php3 -u psaadm failed to start:
2011-09-19 21:27:12: (mod_fastcgi.c.1004) child exited with status 2 /usr/bin/sw-engine-cgi -c /opt/psa/admin/conf/php.ini -d auto_prepend_file=auth.php3 -u psaadm
2011-09-19 21:27:12: (mod_fastcgi.c.1007) if you try do run PHP as FastCGI backend make sure you use the FastCGI enabled version.
You can find out if it is the right one by executing 'php -v' and it should display '(cgi-fcgi)' in the output, NOT (cgi) NOR (cli)

php -v
PHP 5.2.6-1+lenny13 with Suhosin-Patch 0.9.6.2 (cli) (built: Jul 1 2011 17:03:36)
Copyright (c) 1997-2008 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend Technologies
with the ionCube PHP Loader v3.1.29, Copyright (c) 2002-2007, by ionCube Ltd., and
with XCache v1.2.2, Copyright (c) 2005-2007, by mOo

Thank you
 
Hello Igor. I change in /usr/local/psa/admin/conf/php.in
from apc.shm_size = 40 to 10 and its works now
Thank you
 
Back
Top