You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Shao Liang Jia <ji...@cn.ibm.com> on 2006/11/10 09:56:54 UTC

[users@httpd] Smart Filtering about includes and deflate

Hi, Everyone:

I try to configure a FilterChain which concantenate "include"  and
"deflate" filters.
Here is part of the .conf file.

FilterDeclare include
FilterProvider include INCLUDES Content-Type text/html
FilterDeclare def Content_Set
FilterProvider def DEFLATE Content-Type text/html
FilterChain   include def

When I configure the FilterChain with only "include" or "def", both of them
work well.
Using "AddOutputFilterByType INCLUDES;DEFLATE text/html" also works well.

Thanks.