You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Brent Clark <br...@gmail.com> on 2012/03/14 15:13:40 UTC

[users@httpd] an unknown filter was not added: GZIP

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

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] an unknown filter was not added: GZIP

Posted by Brent Clark <br...@gmail.com>.

On 14/03/2012 16:30, Tom Evans wrote:
> 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

Hi Tom

Thank you so much for replying.

A quick
grep  -r --exclude=*.{png,jpg,jpeg,flv,avi,swp,gif,sql,css,js,htm,html,xml,spc,tpl} --exclude=*cache* --exclude=sess_* --exclude-dir=sessions SetOutputFilter *
revealed the culprit .htaccess files.

Thank you very much.
Brent Clark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] an unknown filter was not added: GZIP

Posted by Tom Evans <te...@googlemail.com>.
On Wed, Mar 14, 2012 at 2:13 PM, Brent Clark <br...@gmail.com> 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: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org