Bug #1432
POST body is not passed to FCGI
| 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