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 10:04:26 UTC

[users@httpd] Smart Filtering about includes and deflate (last email missed some info)

Hi, Everyone:

I try to configure a FilterChain which concantenate "include" and "deflate"
filters.
However, neither include nor deflate function was performed.
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.