Information
The 'LimitRequestFieldSize' directive sets the maximum size of an HTTP request header field. It is recommended that the 'LimitRequestFieldSize' directive be set to '1024' or less.
Rationale:
Limiting header field size may reduce the exposure of a buffer-related vulnerability potentially present in a code base hosted by Apache HTTP server.
Solution
Perform the following to implement the recommended state:
Add or modify the 'LimitRequestFieldSize' directive in the Apache configuration to have a value of '1024' or less.