On Friday, July 30, 2010, Nilesh Govindarajan <li...@itech7.com> wrote:
> On Sat, Jul 31, 2010 at 2:55 AM, Mohit Anchlia <mohitanch...@gmail.com> wrote:
>> Apache 2.11:
>>
>> Is there a way to limit the size of transmission from clients? If for
>> eg if they send 1G size of transmission to our server then reject that
>> with some error message.
>>
>> ---------------------------------------------------------------------
>> The official User-To-User support forum of the Apache HTTP Server Project.
>> See <URL:http://httpd.apache.org/userslist.html> for more info.
>> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
>>   "   from the digest: users-digest-unsubscr...@httpd.apache.org
>> For additional commands, e-mail: users-h...@httpd.apache.org
>>
>>
>
> You want to restrict upload size?
> Hint: Check out <Limit> <LimitExcept> and LimitRequestBody at
> http://httpd.apache.org/docs/2.2/mod/core.html#limit
>
Looking at the apache docs it looks like max size of request body is
2gb. But for POST I don't think there is any limit. So does it mean
that if I don't specify limitrequestbody then apache anyways rejects
any request that is more than 2gb?
> --
> Regards,
> Nilesh Govindarajan
> Facebook: http://www.facebook.com/nilesh.gr
> Twitter: http://twitter.com/nileshgr
> Website: http://www.itech7.com
> VPS Hosting: http://www.itech7.com/a/vps
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
>    "   from the digest: users-digest-unsubscr...@httpd.apache.org
> For additional commands, e-mail: users-h...@httpd.apache.org
>
>

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to