Man Page: perlbal::plugin::maxcontentlength
Operating Environment: debian
Section: 3pm
Perlbal::Plugin::MaxContentLength(3pm) User Contributed Perl Documentation Perlbal::Plugin::MaxContentLength(3pm)NAMEPerlbal::Plugin::MaxContentLength - Reject large requestsSYNOPSISLOAD MaxContentLength CREATE SERVICE cgilike # define a service... SET max_content_length = 100000 SET plugins = MaxContentLength ENABLE cgilikeDESCRIPTIONThis module rejects requests that are larger than a configured limit. If a request bears a Content-Length header whose value exceeds the max_content_length value, the request will be rejected with a 413 "Request Entity Too Large" error.AUTHORAdam Thomason, <athomason@sixapart.com>COPYRIGHT AND LICENSECopyright 2008 Six Apart Ltd. This module is part of the Perlbal distribution, and as such can be distributed under the same licence terms as the rest of Perlbal. perl v5.14.2 2010-12-20 Perlbal::Plugin::MaxContentLength(3pm)
| Similar Topics in the Unix Linux Community |
|---|
| Installing Dash Shell on OS X Lion |
| How can I do this in VI editor? |
| Find columns in a file based on header and print to new file |
| My first PERL incarnation... Audio Oscillograph |