Project

General

Profile

Actions

Bug #1432

closed

POST body is not passed to FCGI

Added by Anonymous over 16 years ago. Updated over 15 years ago.

Status:
Invalid
Priority:
High
Category:
mod_fastcgi
Target version:
ASK QUESTIONS IN Forums:

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

Actions #1

Updated by Anonymous over 16 years ago

Ticket invalid, found the bug in PHP stuff.

-- ilia

Actions #2

Updated by stbuehler about 16 years ago

  • Status changed from New to Fixed
  • Resolution set to invalid
Actions #3

Updated by stbuehler over 15 years ago

  • Status changed from Fixed to Invalid
Actions

Also available in: Atom