Bug #1432

POST body is not passed to FCGI

Added by Anonymous 433 days ago. Updated 89 days ago.

Status:Invalid Start:
Priority:High Due date:
Assigned to:- % Done:

0%

Category:mod_fastcgi
Target version:1.4.19
Pending:

No

Resolution:

invalid

Patch available:


Description

Not sure what's going on, but sometimes PHP gives strange exception.
There is Content-Length, Method=POST, but NO INPUT BODY!

Migrating from apache+mod_php

The bug is phantom, some users report it and I see exceptions in logs.

That's my config:


server.modules += ("mod_fastcgi")
fastcgi.server = ( ".php" =>
                            ( "default" =>
                                    (
                                        "host" => "127.0.0.1",
                                        "port" => 9877,
                                        "bin-path" => "/usr/bin/php-cgi",
                                        "check-local" => "disable",
                                        "broken-scriptfilename" => "enable" 
                                    )
                            )
                    )

-- ilia

History

11/02/2007 08:08 PM - Anonymous

Ticket invalid, found the bug in PHP stuff.

-- ilia

02/18/2008 02:09 PM - stbuehler

  • Status changed from New to Fixed
  • Resolution set to invalid

10/10/2008 06:54 PM - stbuehler

  • Status changed from Fixed to Invalid

Also available in: Atom PDF