Bug #218
closedHttp headers showing up in all content delivered by lighttpd
Description
After running for a while (from 2 to 5 days) lighttpd begins to prepend the http headers for all delivered content to the content itself.
This means that html content will display something like:
Content-type: text/html X-Powered-By: PHP/4.3.11 Set-Cookie: PHPSESSID=51675c06ba38bd1b6433008038043690; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache
before the actual html content and of course rss and other generated xml content is no longer valid.
When I restart lighttpd the problem goes away until after yet another few days.
-- bek
Updated by jan over 19 years ago
- Status changed from New to Assigned
Please upgrade to 1.3.16 and verify that the problem persists.
Also include a note which interface you are using to access PHP: FastCGI or CGI.
Updated by Anonymous over 19 years ago
I have the problem immediately. further, I get a ton of errors in the logfiles:
(connections.c.707) missing cleanup in compress
lighttpd 1.4.1 then crashes after a little bit (matter of minutes).
if I remove the compress module, then it reports the same error, but in another module. Not loading that module produces the same error, but in yet another module...
-- eliott
Updated by jan over 19 years ago
please check if
fix the problem.
Updated by jan over 19 years ago
- Status changed from Assigned to Fixed
- Resolution set to fixed
Also available in: Atom