• 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.

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