ID:               48041
 User updated by:  mortals at seznam dot cz
 Reported By:      mortals at seznam dot cz
-Status:           Feedback
+Status:           Open
 Bug Type:         CGI related
 Operating System: linux
 PHP Version:      5.2.9
 New Comment:

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?


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

[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>

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

[2009-04-24 13:38:22] lbarn...@php.net

Both display_errors and log_errors are Off, please try enabling one of
them and check if you have any error. Please also check if you have any
differences compared to your 32bit setup (ini settings, fcgi module,
etc). Also check your apache error log with LogLevel set to debug,
eventually mod_fcgid logs, etc.

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

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