Yes, i ahve this in /etc/apache/sysconfig.d: LoadModule mod_deflate /usr/lib/apache2-prefork/mod_deflate and mod_deflate is located in the aboce path. This is in /etc/apache2/default-server: <Location /> AddOutputFilterByType DEFLATE text/plain AddOutputFilterByType DEFLATE text/xml AddOutputFilterByType DEFLATE application/xhtml+xml AddOutputFilterByType DEFLATE text/css AddOutputFilterByType DEFLATE application/xml AddOutputFilterByType DEFLATE image/svg+xml AddOutputFilterByType DEFLATE application/rss+xml AddOutputFilterByType DEFLATE application/atom_xml AddOutputFilterByType DEFLATE application/x-javascript AddOutputFilterByType DEFLATE application/x-httpd-php AddOutputFilterByType DEFLATE application/x-httpd-fastphp AddOutputFilterByType DEFLATE application/x-httpd-eruby AddOutputFilterByType DEFLATE text/html </Location> Still get that error in apache2 log. Chris ----- Original Message ----- From: "Joshua Slive" <joshua@xxxxxxxx> To: users@xxxxxxxxxxxxxxxx Sent: Thursday, August 16, 2007 8:05:22 PM (GMT-0500) America/New_York Subject: Re: Zip some script? On 8/16/07, Chris Arnold <carnold@xxxxxxxxxxxxxxxxxxx> wrote: > Humm, i get this in the apache error log: > [Thu Aug 16 17:29:21 2007] [error] an unknown filter was not added: DEFLATE > So, i don't think i have mod_deflate working right. This means mod_deflate probably isn't loaded. Do you have the appropriate LoadModule line? Joshua. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx