[squid-users] squid for gzip supported

2011-07-19 Thread pangj

Hello,

Currently which version of squid works with the backend gziped content?
I mean it should send the compressed content to the clients.
I have been using Squid-3.1.12, it seems not does it.

Thanks.

Une messagerie gratuite, garantie à vie et des services en plus, ça vous tente ?
Je crée ma boîte mail www.laposte.net


Aw: [squid-users] Squid accelerator

2009-08-17 Thread pangj
 


- Original Nachricht 
Von: Riccardo Castellani r.castell...@usl6.toscana.it
An:  squid-users@squid-cache.org
Datum:   17.08.2009 10:39
Betreff: [squid-users] Squid accelerator

 I'm migrating from squid-2.5.STABLE3-2 to Squid 2.7.STABLE3-4.1 but how can
 I find 'httpd_accel_single_host' and 'httpd_accel_with_proxy' ?
 

They aren't needed in Squid-2.7.
There are a little difference on the config of reverse proxy between 2.5 and 
all 2.6+ version.

see:
http://wiki.squid-cache.org/SquidFaq/ReverseProxy

or use my perl module to set up a reverse proxy (2.7 or 3.0) quickly:
http://home.arcor.de/pangj/squid/reverseproxy/

Good luck~


--
Jeff Pang
eMail: pa...@arcor.de
Y! M: yonghua_peng

Plantschen oder Grog? Der Arcor-Wetterdienst weiss Bescheid!
Wassertemperaturen für den Urlaub jetzt checken:  www.arcor.de/rd/wetter_wasser


Aw: [squid-users] default settings in the manual

2009-08-16 Thread pangj
 


- Original Nachricht 
Von: J Webster webster_j...@hotmail.com
An:  squid-users@squid-cache.org
Datum:   17.08.2009 01:26
Betreff: [squid-users] default settings in the manual
 It seems there are a lot of settings in the conf that are commented out, 
 does this mean they are not being used or default values are being used? 
 

All directives are valuable, if being commented out, squid will use the default 
value.

--
Jeff Pang
eMail: pa...@arcor.de
Y! M: yonghua_peng

Plantschen oder Grog? Der Arcor-Wetterdienst weiss Bescheid!
Wassertemperaturen für den Urlaub jetzt checken:  www.arcor.de/rd/wetter_wasser


Aw: [squid-users] Reverse Proxy with Squid 3.0

2009-08-13 Thread pangj
- Original Nachricht 
Von: Roberto O. Fernández Crisial rfernan...@bumeran.com
An:  squid-users@squid-cache.org
Datum:   12.08.2009 20:25
Betreff: [squid-users] Reverse Proxy with Squid 3.0

 I'm currently deploying Squid 3.0 but I couldn't make it work as
 reverse-proxy.
 


Hi,

Coz I have helped many local people setup their reverse proxies with squid, so 
I wrote this perl module for setting up a basic http reverse proxy easily using 
squid-2.7 or 3.0.

Download the module: 

http://home.arcor.de/pangj/squid/reverseproxy/Net-Squid-ReverseProxy-0.01.tgz

To install this module, run the following commands:

perl Makefile.PL
make
make install

The document:

http://home.arcor.de/pangj/squid/reverseproxy/


Any suggestions are welcome.
Cheers.

--
Jeff Pang
eMail: pa...@arcor.de
Y! M: yonghua_peng

Plantschen oder Grog? Der Arcor-Wetterdienst weiss Bescheid!
Wassertemperaturen für den Urlaub jetzt checken:  www.arcor.de/rd/wetter_wasser


Aw: [squid-users] view cache contents

2009-08-12 Thread pangj
- Original Nachricht 
Von: Hanxhi han...@yahoo.com.ar
An:  squid-users@squid-cache.org
Datum:   11.08.2009 22:02
Betreff: [squid-users] view cache contents

 
 Hi, I wanted to know if it's possible to view the contents of the cache
 directory. For example, browse the /var/spool/squid_cache_dir to search for
 (mostly), images.
 

You can't.
I'd suggest you parse squid's access.log to get the data you wanted.

--
Jeff Pang
eMail: pa...@arcor.de
Y! M: yonghua_peng

Plantschen oder Grog? Der Arcor-Wetterdienst weiss Bescheid!
Wassertemperaturen für den Urlaub jetzt checken:  www.arcor.de/rd/wetter_wasser


Aw: Re: [squid-users] Howto run Internet Explorer without proxy setting in Internet Options

2009-08-09 Thread pangj
 


- Original Nachricht 
Von: Andrej van der Zee andrejvander...@gmail.com
 
 
 Actually I was looking for a way NOT to configure my browser through a
 proxy, 


You need a transparent proxy drived by iptables which most probably is 
available in your ubuntu.
see:
http://tldp.org/HOWTO/TransparentProxy.html

--
Jeff Pang
eMail: pa...@arcor.de
Y! M: yonghua_peng

Plantschen oder Grog? Der Arcor-Wetterdienst weiss Bescheid!
Wassertemperaturen für den Urlaub jetzt checken:  www.arcor.de/rd/wetter_wasser


Aw: AW: Aw: [squid-users] Running two squid3 process, Why?

2009-08-04 Thread pangj
 


- Original Nachricht 
Von: Zeller, Jan jan.zel...@id.unibe.ch
An:  Amos Jeffries squ...@treenet.co.nz, Jeff Pang pa...@arcor.de
Datum:   04.08.2009 10:56
Betreff: AW: Aw: [squid-users] Running two squid3 process, Why?

 Hi all,
 
 would like to know if from user perspective the signal 6 will have a
 significant http service interruption.


If I remember that correctly, kill SIGTERM and SIGINT will tell squid processes 
to exit gracefully. 
Certainly kill SIGKILL will kill them forcely.
When receiving SIGTERM and SIGINT, the parent will kill a TERM to its child, 
wait for child to exit (surely it's the time after child has finished the 
current request handling), then parent exit gracefully.
So most time you just need to say kill `cat squid.pid` and squid will behave 
correctly. This is what squid -k shutdown does?
use kill -9 `cat squid.pid` or squid -k kill to kill them forcely.

See also man kill under un*x.


--
Jeff Pang
eMail: pa...@arcor.de
Y! M: yonghua_peng

Plantschen oder Grog? Der Arcor-Wetterdienst weiss Bescheid!
Wassertemperaturen für den Urlaub jetzt checken:  www.arcor.de/rd/wetter_wasser


Aw: AW: AW: Aw: [squid-users] Running two squid3 process, Why?

2009-08-04 Thread pangj
 


- Original Nachricht 
Von: Zeller, Jan jan.zel...@id.unibe.ch
An:  Henrik Nordstrom hen...@henriknordstrom.net
Datum:   04.08.2009 14:41
Betreff: AW: AW: Aw: [squid-users] Running two squid3 process, Why?

 Oh really ? I thought it was a kind of graceful restart described on
 http://httpd.apache.org/docs/2.2/stopping.html
 

No. Though I didn't read this page, but I think Apache most probably will  
intercept SIGHUP which is signal 1 to do the restart.
signal 6 shouldn't be used really.

--
Jeff Pang
eMail: pa...@arcor.de
Y! M: yonghua_peng

Plantschen oder Grog? Der Arcor-Wetterdienst weiss Bescheid!
Wassertemperaturen für den Urlaub jetzt checken:  www.arcor.de/rd/wetter_wasser