1Perlbal::Plugin::MaxConUtseenrtLCeonngttrhi(b3u)ted PerlPeDrolcbuamle:n:tPaltuigoinn::MaxContentLength(3)
2
3
4

NAME

6       Perlbal::Plugin::MaxContentLength - Reject large requests
7

SYNOPSIS

9           LOAD MaxContentLength
10           CREATE SERVICE cgilike
11               # define a service...
12               SET max_content_length  = 100000
13               SET plugins             = MaxContentLength
14           ENABLE cgilike
15

DESCRIPTION

17       This module rejects requests that are larger than a configured limit.
18       If a request bears a Content-Length header whose value exceeds the
19       max_content_length value, the request will be rejected with a 413
20       "Request Entity Too Large" error.
21

AUTHOR

23       Adam Thomason, <athomason@sixapart.com>
24
26       Copyright 2008 Six Apart Ltd.
27
28       This module is part of the Perlbal distribution, and as such can be
29       distributed under the same licence terms as the rest of Perlbal.
30
31
32
33perl v5.32.0                      2020-07-2P7erlbal::Plugin::MaxContentLength(3)
Impressum