Hi,
One of my client use Laravel for his web for the payday and attendance system. When it is accessed for many people, the server return with the response:
Bad Request Your browser sent a request that this server could not understand. Size of a request header field exceeds server limit.
I tried to find how to solve the issue, and I read at stackoverflow it is about LimitRequestFieldSize which has default 8140.
I have tried to find at httpd.conf, but I cannot find that parameter.
So, how do I change that value to prevent Bad Request?
Thanks.