RE: [squid-users] Gzip Supporting

From: Angelo Höngens <A.Hongens_at_netmatch.nl>
Date: Thu, 19 Nov 2009 09:11:31 +0100

You can have your IIS7 do static and dynamic compression though, and Squid will pass it.

Extra hoop to jump through (From my internal wiki):
------------------------------------------------------
If you enable compression in IIS7, it won't compress for HTTP/1.0 clients, since encoding support in HTTP/1.0 is flaky. If we use Squid (and squid can handle it), you can force IIS7 to do compression anyway:

c:\Windows\System32\inetsrv\appcmd.exe set config -section:httpCompression -
noCompressionForHttp10:false
c:\Windows\System32\inetsrv\appcmd.exe set config -section:httpCompression -
noCompressionForProxies:false
iisreset
------------------------------------------------------

--

 
With kind regards,
 
 
Angelo Höngens
 
Systems Administrator
 
------------------------------------------
NetMatch
tourism internet software solutions
 
Ringbaan Oost 2b
5013 CA Tilburg
T: +31 (0)13 5811088
F: +31 (0)13 5821239
 
mailto:A.Hongens_at_netmatch.nl
http://www.netmatch.nl
------------------------------------------

> -----Original Message-----
> From: yaoxing zhang [mailto:yaoxing.zhang_at_gmail.com]
> Sent: donderdag 19 november 2009 9:08
> To: sqlcamel
> Cc: squid-users_at_squid-cache.org
> Subject: Re: [squid-users] Gzip Supporting
>
> got it, thanks.
>
> Regards,
> YX
>
> On 2009年11月19日 14:51, sqlcamel wrote:
> > yaoxing zhang:
> >> Hello everyone,
> >> I'm using squid 3.0 stable 16 as a accelerator for my IIS 7.0
> server.
> >> And I find that squid does not enable gzip for compressing, which
> >> increases a lot of internet traffic. I can't find any option with
> >> which I can enable gzip. Can anyone help me?
> >
> > AFAIK, only Squid-3.1 with ecap support can enable the external gzip
> > module.
> >
> >
Received on Thu Nov 19 2009 - 08:21:26 MST

This archive was generated by hypermail 2.2.0 : Thu Nov 19 2009 - 12:00:04 MST