-
Notifications
You must be signed in to change notification settings - Fork 625
Premature end of script headers #1269
Comments
Weird, I was looking into timeouts or memory. But it appears to be a browser problem. In Firefox and safari it works. In chrome I get the a white page in the browser and in the logs the "Premature end of script headers" error... |
I'll have to investigate the code of the application. |
Found the problem: |
There some more info in these issues: For NGINX it is fixed with these two parameters in nginx.conf: But how to fix this with apache2? |
I'm not exactly sure. Someone more versed in Apache would need to help out here. |
Apache has been completely refactored via 8525b77 Note: |
Hi
I have a puphpet box with apache2 and mod_proxy_fcgi. When running my web application, I get this error in the logs: "Premature end of script headers"
Any idea what the problem could be? Is it a memory problem? What conf or parameter to change/add?
Thanks for your input!
The text was updated successfully, but these errors were encountered: