on a server (FreeBSD 8.2 amd64) , I have php5.3.8 running as php-fpm.
I'm running FastCGIExternalServer with the latest apache 2.2.
I get this sometimes:
[Tue Jan 03 17:25:03 2012] [error] [client 127.0.0.1] (35)Resource temporarily unavailable: FastCGI: comm with server "/usr/local/www/fastcgi/bla.server" aborted: write failed, referer: http://bla.domain/typo3/alt_doc.php?edit[pages][846]=edit
What does that mean?
I have that on another server, too, but much less frequently.
The difference is that on this particular server, the data and the PHP-files are on a remote NFS server.
Any ideas?
Thanks in advance.
> What was the load of server when it happend?
I'm not sure.
I don't think the load was very high.
The client told me that it usually happens when several people use the typo3-backend simultaneously to enter data.
It's a relaunch for a relatively busy site and they are transferring the content (we only administrate the servers, typo3 etc. is handled by a different agency and the data-entry is yet another party...).
I haven't received complaints lately, but I do still see the error in the log (which results in a 500 type error to the end-user).
The server runs NGINX in front of apache.
And because they have a load of weird rewrite rules, I can't run NGINX directly - though I wish I could.