ID:               48041
 Updated by:       j...@php.net
 Reported By:      mortals at seznam dot cz
-Status:           Open
+Status:           Bogus
 Bug Type:         CGI related
 Operating System: linux
 PHP Version:      5.2.9
 New Comment:

Just fix your bad patches.


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

[2009-04-29 10:21:44] mortals at seznam dot cz

My collegue has patched mod_fcgid with
http://people.apache.org/~chrisd/patches/mod_fcgid_auth/mod_fcgid-1auth-trunk.patch
and I didnt know it.
Without this patch php5.2.9 works.

So, perhaps bug is in this patch, but older version of PHP works with
them, maybe bug in PHP too?

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

[2009-04-28 17:52:39] j...@php.net

Please report this to the mod_fcgid people. It seems more like a bug in

mod_fcgid since I can't reproduce it with lighttpd's fastcgi either..

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

[2009-04-28 12:12:45] mortals at seznam dot cz

it works with mod_fastcgi 
hmm, perhaps bug in fcgid...

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

[2009-04-27 15:24:58] j...@php.net

Can you reproduce this with mod_fastcgi?

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

[2009-04-27 09:05:56] mortals at seznam dot cz

reproduced only with version mod_fcgid 2.2. and php5.2.9
with mod_fcgid2.1 or with php5.2.8 headers are sent

php5.2.9 and fcgid2.2 on 32bit system works
on both system is same version of apache2.2.9 

no different in ini settings, no errors after set display_errors on and
no errors in apache log with loglevel debug

same settings of apache and fcgid:
<IfModule mod_fcgid.c>
  AddHandler fcgid-script .php
  SocketPath /var/tmp/fcgid-ipc
  IdleTimeout 60
  MaxProcessCount 1000
  IPCCommTimeout 30
  IPCConnectTimeout 30
  BusyTimeout 700
  SharememPath /tmp/apache-fcgid-shm
</IfModule>

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

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/48041

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

Reply via email to