On Wed, Nov 27, 2013 at 2:59 PM, Sergey Spatar <spatar@xxxxxxxxx> wrote: > Hi all! > > Please correct me if I am wrong but I think that Apache should not pass > requests to modules such as PHP if full Content-Length was not received. Apache doesn't buffer the request body and pass it to a module as a giant blob. The handler is invoked and reads the body through the Apache. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx