You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Michal <ra...@tenbit.pl> on 2008/07/23 18:00:13 UTC

[users@httpd] force compressed chunked encoding as response from apache.

Hallo group members

I need apache sent an HTML page to my browser in compressed form as chunked encoding. So far I managed to compress HTML page content with following line in /etc/httpd/conf/httpd.conf:

AddOutputFilterByType DEFLATE text/html text/plain text/xml

...but content-length tag is used here of course.

My question is how to force apache to use chunked encoding?

regards,
Michal

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org