Bad Request: Size of a request header field exceeds server limit
Hi All,
We are seeing a series of 400 Bad Reqeusts while accessing the site in different environments(Dev, QA, PROD). I'm trying to increase the request header size using LimitRequestFieldSize 16384. Ours is a multi-tenant application and I added this config to a tenant-specific vhost file. It is not picking this configuration and I still see 400 even after making this change.
I tried using LimitRequestLine 16384 but that didn't work as well. Can you please let me know if there's any additional configuration that we need to make to increase the Header size limit?
Below is the tenant-specific vhost file where I added the entry