Configure chunked encoding in apache-2.2

How can i configure apache 2.2. webserver to send out chunked encoding response to client’s request.
My client can’t handle say more than 2K of response body and I want apache to send out chunked response…

any help please

DD

dd,

Sorry, I’ve never heard of “chunked encoding response” before, only serving the entire request (or not). Please define further.

Regards,

DK

chunked encoding usually happen when the server does not know the content-length to be served out like in dynamic content and thus the content-length header is null in the response.

dd,

:eek2: Oh, okay, thank you.

Regards,

DK