[users@httpd] Re: Returning customized error message when LimitRequestLine value exceeds

2020-08-04 Thread alchemist vk
Regarding above issue, In apache source code, "rv == APR_ENOSPC" condition in protocol.c gets true and then gets logged with "Request header exceeds LimitRequestFieldSize%s" in error_log.. Since error code is set HTTP_BAD_REQUEST, this call returns with 400 error code with XML error response.

[users@httpd] Re: Returning customized error message when LimitRequestLine value exceeds

2020-08-03 Thread alchemist vk
Hi All, Any help is appreciated .. Please let me know, how to handle above issue. With Regards, A On Fri, Jul 31, 2020 at 7:10 PM alchemist vk wrote: > Hi All, > If I set LimitRequestLine to 128 and If I give any request field whose > length is more than 128, apache returns 400 bad request