I would like to test the value of LimitRequestFieldSize in Apache 2.4.
I have tried setting it and was wondering if there was a straightforward way of calling its value from apache or testing it via a browser.
I would like to test the value of LimitRequestFieldSize in Apache 2.4.
I have tried setting it and was wondering if there was a straightforward way of calling its value from apache or testing it via a browser.
Only way to test it is by sending an actual request field of just below the size you picked and then just above the size you picked to see if you get an error response.
As for it being implemented, if you have restarted apache, it should work.