MinMessageSize
The MinMessageSize directive, whose characteristics are listed in the following table, specifies the minimum size allowed for a web message received from Jade using the
Characteristic | Value |
---|---|
Action | Specifies the minimum number of bytes allowed for a web message from Jade |
Syntax | MinMessageSize message-size-in-bytes |
Context | Location |
Handler | jadehttp-handler |
Module | mod_jadehttp |
Default | MinMessageSize 10 |
Example | MinMessageSize 100 |
The minimum value is 1 byte and the maximum value is 1024 bytes. This value is read once, when the Apache web server starts.