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.

Reply via email to