[...]
> FilterProvider COMPRESS DEFLATE "%{Content_Type} =
> 'text\/html.*$'"I don't think you can use regular expressions with just '=', you'll have to use '=~' search 'regex' in the documentation at https://httpd.apache.org/docs/2.4/expr.html for the exact syntax required. rainer --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
