Actions
Bug #1432
closedPOST body is not passed to FCGI
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
Updated by Anonymous about 17 years ago
Ticket invalid, found the bug in PHP stuff.
-- ilia
Updated by stbuehler almost 17 years ago
- Status changed from New to Fixed
- Resolution set to invalid
Actions
Also available in: Atom