Information
The 'LimitRequestLine' directive sets the maximum number of bytes that Apache will read for each line of an HTTP request. It is recommended that the 'LimitRequestLine' be set to '512' or less.
Rationale:
Limiting request line 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 'LimitRequestLine' directive in the Apache configuration to have a value of '512' or less.
LimitRequestLine 512