On Wed, Mar 14, 2012 at 2:13 PM, Brent Clark <[email protected]> wrote: > Hi Guys > > I keep seeing this error message > > an unknown filter was not added: GZIP > > Google appears to be unhelpful. > Server version: Apache/2.2.16 (Debian) > > Mod_deflate is on. > > Thanks > Brent >
mod_deflate provides the DEFLATE filter which implements the deflate compression algorithm. It doesn't provide a GZIP filter. Somewhere in your config you are trying to "SetOutputFilter GZIP" ? Cheers Tom --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
