Fehler 500, woran liegt das?

Frago

New Member
Bekomme ständig ein Fehler 500 wenn ich versuche mich bei Plesk 10 einzuloggen.. starte ich den Server neu geht es für ein paar Minuten.. dann kriege ich wieder folgenden Fehler im Log:

[Sat Feb 12 18:25:38 2011] [apc-error] apc_mmap: mmap failed: No space left on device
2011-02-12 18:25:38: (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-02-12 18:25:38: (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-02-12 18:25:38: (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)
For more information check http://www.lighttpd.net/documentation/fastcgi.html#preparing-php-as-a-fastcgi-program
2011-02-12 18:25:38: (mod_fastcgi.c.1012) If this is PHP on Gentoo add fastcgi to the USE flags
2011-02-12 18:25:38: (mod_fastcgi.c.1105) [ERROR]: spawning fcgi failed.


EDIT:
Habe noch was gefunden und zwar in der PHP.ini.. stand ein Wert von 40.. jetzt habe ich mal 10 gemacht und es läuft wieder..


apc.shm_size = 10


ipcs -lm said:
------ Shared Memory Limits --------
max number of segments = 4096
max seg size (kbytes) = 32768
max total shared memory (pages) = 2097152
min seg size (bytes) = 1
 
Last edited by a moderator:
Back
Top