Results 1 to 4 of 4

Thread: an unknown filter was not added: DEFLATE

  1. #1
    Member craigedmonds's Avatar
    Join Date
    Oct 2007
    Location
    Marbella Spain
    Posts
    58

    Default an unknown filter was not added: DEFLATE

    I am seeing this in my apache error log thousands of times.

    Code:
    [Fri Mar 09 21:04:59 2012] [error] an unknown filter was not added: DEFLATE
    How do I stop it from logging this entry?

    Or is this a serious issue?
    Kindest Regards
    Craig Edmonds
    UK Cheap Hosts | Craig Edmonds

  2. #2
    cPanel Staff cPanelTristan's Avatar
    Join Date
    Oct 2010
    Location
    somewhere over the rainbow
    Posts
    7,611
    cPanel/WHM Access Level

    Root Administrator

    Default Re: an unknown filter was not added: DEFLATE

    Hello,

    This error message would mean that someone is using mod_deflate code in an .htaccess file, but your server doesn't have mod_deflate installed.

    If you want to install mod_deflate, simply use WHM > EasyApache (Apache Update) or /scripts/easyapache to add DEFLATE in the Exhaustive Options List for Apache 2 / 2.2.

    You can check to confirm it isn't installed using this command in root SSH:

    Code:
    /usr/local/apache/bin/apachectl -M | grep -i deflate
    Thanks!
    cPResources: Support Options | More Support Options | Forums Search | cPanel.net Site Search | Mailing Lists(Alt) | Docs
    -- Tristan, Technical Analyst III, Forums Specialist, cPanel Tech Support

    Submit a ticket | Check an existing ticket

  3. #3
    Member nixgurus's Avatar
    Join Date
    Feb 2011
    Location
    Google
    Posts
    18
    cPanel/WHM Access Level

    Root Administrator

    Default Re: an unknown filter was not added: DEFLATE

    When I try to run given command I got following response

    Code:
    root@server [~]# /usr/local/apache/bin/apachectl -M | grep -i deflate
    Warning: DocumentRoot [/home/hopeup/public_html/hopeuplift/gallery/school] does not exist
    Warning: DocumentRoot [/home/problog/public_html/t5] does not exist
    Syntax OK
    root@server [~]#
    I checked mentioned directories are missing but how I can trace the exact cause of this log entry ?

    Code:
    [error] an unknown filter was not added: DEFLATE

  4. #4
    cPanel Staff cPanelTristan's Avatar
    Join Date
    Oct 2010
    Location
    somewhere over the rainbow
    Posts
    7,611
    cPanel/WHM Access Level

    Root Administrator

    Default Re: an unknown filter was not added: DEFLATE

    As I mentioned, if you don't have mod_deflate, you'd get that error. To resolve it, install it:

    If you want to install mod_deflate, simply use WHM > EasyApache (Apache Update) or /scripts/easyapache to add DEFLATE in the Exhaustive Options List for Apache 2 / 2.2.
    Otherwise, you'd have to do a search of .htaccess files that might have entries for it.
    cPResources: Support Options | More Support Options | Forums Search | cPanel.net Site Search | Mailing Lists(Alt) | Docs
    -- Tristan, Technical Analyst III, Forums Specialist, cPanel Tech Support

    Submit a ticket | Check an existing ticket

Similar Threads

  1. Replies: 1
    Last Post: 05-12-2011, 12:05 PM
  2. unknown error
    By csutton in forum cPGS Discussions
    Replies: 4
    Last Post: 05-01-2008, 05:26 AM
  3. Replies: 2
    Last Post: 09-11-2007, 02:12 AM
  4. .filter in cpanel-skel, filter not working
    By Miss Jacky in forum cPanel & WHM Discussions
    Replies: 2
    Last Post: 09-14-2006, 05:35 AM