ID:               42389
 Updated by:       [EMAIL PROTECTED]
 Reported By:      webmaster at machostlink dot net
-Status:           Open
+Status:           Closed
 Bug Type:         CGI related
 Operating System: OSX 10.4.10
 PHP Version:      5.2CVS-2007-08-23
 New Comment:

It is different. But I can't reproduce it using lighttpd so I'd say
it's not PHP bug at all. I suggest you ditch Apache and move to the
lighttpd camp. :) 

If you can reproduce this with lighttpd, reopen.


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

[2007-09-03 12:46:39] webmaster at machostlink dot net

Is set to:

post_max_size = 8M
upload_max_filesize = 6M

However, I have some good news but not sure if that still does not
effect PHP as well anyway. I now tried to run this completely WITHOUT
mod_fcgid/mod_fastcgi just as plain and simple CGI. And it does work
then without ANY flaws. I guess that means PHP CGI is alright and it's
all because of mod_fcgid? Or is PHP executed any different when running
thru mod_fcgid/mod_fastcgi?

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

[2007-09-03 10:53:09] [EMAIL PROTECTED]

Check for these setting in the phpinfo() output for the failing vhost:

post_max_size = 8M
upload_max_filesize = 2M


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

[2007-08-30 19:03:12] webmaster at machostlink dot net

Any news on this?

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

[2007-08-24 15:16:16] webmaster at machostlink dot net

Ok, now here is the output for latest CVS:

Attaching to program: `/usr/local/bin/php-cgi', process 25912.
Reading symbols for shared libraries .. done
0x9004eb97 in accept ()
(gdb) c
Continuing.

Program received signal SIGPIPE, Broken pipe.
0x9001029c in write ()
(gdb) bt
#0  0x9001029c in write ()
#1  0x002e79b3 in fcgi_flush (req=0xbfffdc00, close=1) at
/usr/local/php5.2-200708230830/sapi/cgi/fastcgi.c:543
#2  0x002e7a29 in fcgi_finish_request (req=0xbfffdc00) at
/usr/local/php5.2-200708230830/sapi/cgi/fastcgi.c:1163
#3  0x002e825f in fcgi_accept_request (req=0xbfffdc00) at
/usr/local/php5.2-200708230830/sapi/cgi/fastcgi.c:869
#4  0x002ea880 in main (argc=1, argv=0xbffffdd0) at
/usr/local/php5.2-200708230830/sapi/cgi/cgi_main.c:1491

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

[2007-08-24 04:47:00] webmaster at machostlink dot net

@jani

Ok will do and let you know what the result is.

@crrodriguez

Here is my config for mod_fcgid:
----------------------------------
<IfModule fcgid_module>
SharememPath /tmp/fcgid_shm
SocketPath /opt/local/apache2/logs/fcgidsock
IPCConnectTimeout 60
IPCCommTimeout 60
MaxRequestsPerProcess 500
MaxRequestInMem 1500000
MaxRequestLen 1500000
</IfModule>

I think I have tried EVERY possible combination there is. I read ALL
the threads and issues posted on sourceforge page as well as pretty much
every thread I could find on google regarding mod_fcgid issues. :(
That's why I am quite desperate to solve this.

Thanks for you help...

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

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/42389

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

Reply via email to