On 04/27/2009 06:18 PM, Rich Bowen wrote: > http://httpd.apache.org/docs/trunk/mod/core.html#addoutputfilterbytype > states that AddOutputFilterByType is deprecated. The mod_deflate docs > recommend using it. What's the preferred syntax using mod_filters?
I would say something like this: FilterDeclare COMPRESS FilterProvider COMPRESS DEFLATE resp=Content-Type $text/html FilterChain COMPRESS FilterProtocol COMPRESS change=yes;byteranges=no Regards Rüdiger --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
