No idea what this has to do with Web Standards, but anyway ...

> -----Original Message-----
> From: listdad@webstandardsgroup.org [mailto:[EMAIL PROTECTED]
> On Behalf Of Nisha Kumari
> Sent: Thursday, 8 February 2007 6:16 PM
> To: wsg@webstandardsgroup.org
> Subject: [WSG] HTTP compression in Apache
> 
> 
> Hi All,
> 
> I am trying to implement HTTP compression in Apache.  Have included
> following code in my httpd.conf file
> 
> <Location "C:\Apache Group\Apache2\htdocs">
>       SetOutputFilter Deflate
> </Location>
> 
> <Directory "C:/Apache Group/Apache2/htdocs">
>       Options Indexes FollowSymLinks Includes
>       AllowOverride None
> 
>       Order allow,deny
>       Allow from all
> 
>       AddOutputFilterByType DEFLATE text/html text/plain text/xml
> </Directory>
> 
> But I am getting error in my apache error.log file saying " [Thu Feb 08
> 14:38:04 2007] [error] an unknown filter was not added: deflate".
> 
> If anybody has done this please let me know if I need to do any thing
> more or if m I doing any thing wrong here.

I'm pretty sure the Deflate you have needs capitalising also.

SetOutputFilter DEFLATE

Also, AddOutputFilterByType is deprecated in Apache 2.1.

Try just AddOutputFilter instead if it will serve your needs.

Apache Docs are your friend :
http://httpd.apache.org/docs/2.2/mod/core.html#addoutputfilterbytype

Best not ask any more Apache questions here I would have thought.

Gav...
> 
> Regards,
> Nisha.
> 
> 
> *******************************************************************
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: [EMAIL PROTECTED]
> *******************************************************************
> 
> 
> 
> --
> No virus found in this incoming message.
> Checked by AVG Free Edition.
> Version: 7.1.411 / Virus Database: 268.17.30/674 - Release Date: 2/7/2007



*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to