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

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


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

[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] [email protected]

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] [email protected]

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.

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

[2009-04-24 13:00:44] mortals at seznam dot cz

output of /usr/local/php5latest/bin/php-cgi -i
http://www.korous.net/phpcgi_i.html

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

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