The MaxMessageSize directive, whose characteristics are listed in the following table, specifies the largest size of a POST URL before an error is raised.
Characteristic | Value |
---|---|
Action | Specifies the maximum size of a POST string |
Syntax | MaxMessageSize size[M|K] |
Context | Location |
Handler | jadehttp-handler |
Module | mod_jadehttp |
Default | MaxMessageSize 1M |
Example | MaxMessageSize 50K |
You can append a multiplier to the size value. The M multiplier multiplies by 1,048,756, the K multiplier multiplies by 1,024, and all other values are treated as bytes.
The minimum value is zero (0) and the maximum value is 128M.