Chunking

I haven't a clue on what's wrong or what I'm doing wrong.

I'm running Gentoo on my Linode with Drupal and IPB Forum. So it's dynamic content and it's not "chunking" data.

What up?

(Status-Line)    HTTP/1.1 200 OK
Date    Fri, 27 Mar 2009 03:58:51 GMT
Server    Apache
X-Powered-By    PHP/5.2.8-pl2-gentoo
Expires    Sun, 19 Nov 1978 05:00:00 GMT
Last-Modified    Fri, 27 Mar 2009 03:58:51 GMT
Cache-Control    no-store, no-cache, must-revalidate, max-age=0
Vary    Accept-Encoding
Content-Encoding    gzip
Pragma    no-cache
Content-Length    13672
Keep-Alive    timeout=10, max=500
Connection    Keep-Alive
Content-Type    text/html; charset=utf-8

3 Replies

Try disabling modgzip/moddeflate temporarily. deflate has its own buffer so that it can maximize compression.

Also, you are calling php's flush() right?

No such luck ….

As for calling php flush() I haven't messed with the code at all. But I do know that I have an application running on my Linode and also running on another hosting provider. Bone stock install and it chunks with them but not on my Linode.

Still haven't a clue what is askew here :?

Figured it out, didn't have compression activated in PHP ;)

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct