-
Notifications
You must be signed in to change notification settings - Fork 450
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Premature end of script headers #46
Comments
+1 |
Same issue here in 2018, but found no way to increase the limit on apache2.
|
2021 Same issue, tried updating to 4.1.1 with
None of these settings has any effect. Attempting to debug a list of objects that would produce a longer HTTP header fail with 500 and apache log reporting |
Just as #10 I get problem with the headers. My stack: apache2, mod_proxy_fcgi, php-fpm.
The application crashes with a white screen and in the logs I see "Premature end of script headers". When disabling chromelogger, everything works fine.
Does anyone know which setting I should change in my setup (apache 2, mod_proxy_fcgi, php-fpm) to allow the bigger http headers?
Thanks!
The text was updated successfully, but these errors were encountered: