ID:               26081
 Comment by:       pmoor at netpeople dot ch
 Reported By:      php at searchystats dot com
 Status:           No Feedback
 Bug Type:         CGI related
 Operating System: FreeBSD 4.8
 PHP Version:      4.3.4RC3
 New Comment:

We've had the same problems, using apache 1.3.29 and mod_fastcgi 2.4.0.
I could _always_ reproduce the error by sending a manual HTTP/1.1 POST
request through telnet. Before sending the Postvars, i waited some
seconds, and then entered some random data. There was always this
"broken pipe"-thing happening.

Now we upgraded to fastcgi version 2.4.2 and it works just perfectly!


Previous Comments:
------------------------------------------------------------------------

[2003-11-17 18:15:28] [EMAIL PROTECTED]

No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.



------------------------------------------------------------------------

[2003-11-02 12:00:14] [EMAIL PROTECTED]

Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.




------------------------------------------------------------------------

[2003-11-02 11:51:58] php at searchystats dot com

Description:
------------
The problem is that php as FastCGI application occasionaly fails and
produces this error log:

[Sun Nov  2 17:40:17 2003] [error] [client %ip%] (32)Broken pipe:
FastCGI: comm with server "/opt/guide/ppi.searchy.net/cgi-bin/php.fcgi"
aborted: write failed
[Sun Nov  2 17:40:17 2003] [error] [client %ip%] FastCGI: incomplete
headers (0 bytes) received from server
"/opt/guide/ppi.searchy.net/cgi-bin/php.fcgi"

/opt/guide/ppi.searchy.net/cgi-bin/php.fcgi = the binary php compiled
with the following configure command: 

./configure --without-apache --enable-fastcgi
--enable-force-cgi-redirect --prefix=/usr/local/php-4.3.4RC3-test
--with-mysql=/usr/local/mysql --with-openssl

I have not been able to reproduce the problem, it justs occures now and
then. The apache configuration is as follows specific to php fastcgi in
a virtualhost directive:

FastCgiServer /opt/guide/ppi.searchy.net/cgi-bin/php.fcgi
-appConnTimeout 0 -processes 5 -listen-queue-depth 100 -flush
FastCgiConfig -maxProcesses 50 -minProcesses 6 -appConnTimeout 0
AddHandler php-fastcgi .fphp .php4 .php3 .php
Action php-fastcgi /cgi-bin/php.fcgi

Reproduce code:
---------------
*any source code*



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=26081&edit=1

Reply via email to