|
If the header is too large, you will get "WARN" log in your error.log, and send back 500 status code, so I believe the limit has not been reached.
To debug this problem, you can try turning on the debug log and dumping the whole response header + body with tools like "lynx -mime_header ...".
If you can provide a simple testing code, I can help debuging this problem.
It is not possible to allow response header larger than 8K.
|