Hi all, Today, I've look my log (apache2) and I got this error Code: mod_fcgid: process /var/www/php-fcgi-scripts/web12/.php-fcgi-starter(11974) exit(idle timeout), get unexpected signal 11 A lot of time… Somebody know where that come from ? Thx
Is this caused by one PHP file, or by various PHP files? Have you tried to disable any opcode cache (APC, XCache)?
Yes, there is some file… Code: [Sun Mar 24 07:35:20 2013] [error] mod_fcgid: process /var/www/php-fcgi-scripts/web99/.php-fcgi-starter(12158) exit(idle timeout), get unexpected signal 11 [Sun Mar 24 07:35:20 2013] [error] mod_fcgid: process /var/www/php-fcgi-scripts/web39/.php-fcgi-starter(12154) exit(idle timeout), get unexpected signal 11 [Sun Mar 24 07:35:20 2013] [error] mod_fcgid: process /var/www/php-fcgi-scripts/web40/.php-fcgi-starter(12160) exit(idle timeout), get unexpected signal 11 I've done this : Code: ;extension=apc.so ;apc.enabled=1