Hi all,I cannot track down what is causing this error! I get the following on a regular basis, plus I have extremely high CPU usage too (around 80%)![Fri Feb 01 11:51:43 2013] [error] [client xx.xx.xx.xx] FastCGI: comm with server "/usr/lib/cgi-bin/php5-fcgi" aborted: idle timeout (30 sec), referer: http://mydomain.com/[Fri Feb 01 11:51:43 2013] [error] [client xx.xx.xx.xx] FastCGI: incomplete headers (0 bytes) received from server "/usr/lib/cgi-bin/php5-fcgi", referer: http://mydomain.com/I have apache2 installed with php-fpm on an amazon m1.large ec2 ubuntu 64 12.04 server.7.5 GiB memory4 EC2 Compute Units (2 virtual cores with 2 EC2 Compute Units each)64-bit platformI/O Performance: HighI also have APC installed and set to use up to 1gig of ramHere is some of my config settings:/etc/apache2/httpd.conf<IfModule mod_fastcgi.c>AddHandler php5-fcgi .phpAction php5-fcgi /php5-fcgiAlias /php5-fcgi /usr/lib/cgi-bin/php5-fcgiFastCgiExternalServer /usr/lib/cgi-bin/php5-fcgi -socket /tmp/php5-fpm.sock -pass-header Authorization</IfModule>/etc/apache2/apache.confMaxKeepAliveRequests 100KeepAliveTimeout 5# prefork MPM<IfModule mpm_prefork_module>StartServers 5MinSpareServers 5MaxSpareServers 10MaxClients 150MaxRequestsPerChild 0</IfModule><IfModule mpm_event_module>StartServers 2MinSpareThreads 25MaxSpareThreads 75ThreadLimit 64ThreadsPerChild 25MaxClients 150MaxRequestsPerChild 0</IfModule>/etc/php5/fpm/php-fpm.confpid = /var/run/php5-fpm.pid
/etc/php5/fpm/pool.d/www.conflisten = /tmp/php5-fpm.sockpm = dynamicpm.max_children =150pm.start_servers = 75pm.min_spare_servers = 20pm.max_spare_servers = 150Can anyone help?John--
---
You received this message because you are subscribed to the Google Groups "highload-php-en" group.
To unsubscribe from this group and stop receiving emails from it, send an email to highload-php-...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.