SecRequestBodyLimit

Description: Configure the maximum acceptable request body size in bytes.

Syntax: SecRequestBodyLimit LIMIT

Default: 134217728 (128MB)

Case Sensitive: Yes

Implemented: No

Requests exceeding this limit will be rejected with a 413 (Request Entity Too Large) status code. The hard upper limit is 1 GB.

Example:

SecRequestBodyLimit 134217728