Many users reporting "error 400, request header too large" #26554
Labels
solved
stale
15 days without activity
tech-issues
The user has a technical issue about an application
triage
Triage is needed
wordpress
Name and Version
bitnami wordpress 5.6.1-1
What architecture are you using?
None
What steps will reproduce the bug?
Some users visiting my wordpress site are greeted with a "Bad Request" error page, reading "Your browser sent a request that this server could not understand. Size of a request header field exceeds the server limit."
Are you using any custom parameters or values?
not to my knowledge
What is the expected behavior?
access to the wordpress site without issue
What do you see instead?
for some users (typically but not limited to users who have been around for a long time and have visited the site on a number of occasions), they are barred access due to this error
Additional information
I have customized the file /opt/bitnami/apache2/include/httpd.h file
line 193: changed DEFAULT_LIMIT_REQUEST_LINE to 32768
line 197: changed DEFAULT_LIMIT_REQUEST_FIELDSIZE to 32768
line 201: changed DEFAULT_LIMIT_REQUEST_FIELDS to 200
The text was updated successfully, but these errors were encountered: