ESI and Gzip

2012-10-18 Thread linuxsupport
Hi All, I was testing ESI and Gzip in varnish Backend - Apache 2.2.17 Varnish - 3.03 It works well, however, I found that varnish is not able to compress the contents as much as Apache deflate does. Total size of the contents was 68KB, when served directly from Apache it shows 16KB on the

Re: ESI and Gzip

2012-10-18 Thread linuxsupport
+yjj0yumkzbggse4or...@mail.gmail.com, linuxsupport writes: I was testing ESI and Gzip in varnish ESI Gzip works in a pretty sneaky way in Varnish: We stitch together gzip'ed files on the fly. The advantage of this is very high speed delivery, since there is no gzip'ing to be done at delivery time

Re: ESI and Gzip

2012-10-18 Thread linuxsupport
I had already set gzip_level to 9 (that is what I could thought of that time) but no effect. On Thu, Oct 18, 2012 at 7:39 PM, Poul-Henning Kamp p...@phk.freebsd.dkwrote: In message cappmybgj3pdzvtg9rthx+iwnwwuvrek1ewk5pevrdkztbmi...@mail.gmail.com, linuxsupport writes: Thanks

Re: ESI and Caching

2012-10-13 Thread linuxsupport
, linuxsupport wrote: I think I did not make it very clear, let me explain I have a file named abc.html as below html head titleTest/title? body pTest Page/p pesi:include src=/cgi-bin/abc.php//p /body /html This abc.php sends cookie, what I want

ESI and Caching

2012-10-12 Thread linuxsupport
Hi All, I have an application which sends cookie, home page has 75% static contents and 25% dynamic. is there a way to cache the static part of the page while get the dynamic contents using ESI. I know if application does not send cookie then there is no problem, but cookie is important in our

Re: ESI and Caching

2012-10-12 Thread linuxsupport
...@datapipe.comwrote: On Fri, Oct 12, 2012 at 03:22:07PM +0530, linuxsupport wrote: Hi All, I have an application which sends cookie, home page has 75% static contents and 25% dynamic. is there a way to cache the static part of the page while get the dynamic contents using ESI

Re: HTTP_X_FORWARDED_FOR handling

2011-01-15 Thread linuxsupport
in vcl_recv put following. remove req.http.X-Forwarded-For; setreq.http.X-Forwarded-For = client.ip; Thaks On Sat, Jan 15, 2011 at 2:01 PM, Frank Helmschrott fhelmschr...@gmail.comwrote: Hi, I'm using varnish-2.1.4 SVN 5447M and wonder how HTTP_X_FORWARDED_FOR gets treatened by

Re: a few intro to Varnish questions

2011-01-14 Thread linuxsupport
Hi Jason, see below, On Thu, Jan 6, 2011 at 12:42 AM, Jason T. Slack-Moehrle slackmoeh...@me.com wrote: Hello All, I was told about Varnish today. I have a growing Apple fan website that as more and more videos get added my thought is to keep the most popular videos in cache. The

Re: Listing of cache content possible?

2010-12-14 Thread linuxsupport
It is not possible at the moment, future version may add this functionality. Regards, Aniruddh On Tue, Dec 14, 2010 at 4:05 PM, Stefan Pommerening p...@dmsp.de wrote: Hi, is there any way or tool to find out what is stored in the cache at a given time? I know varnishstat gives me some

Varnish storage

2010-12-02 Thread linuxsupport
Hi, I am new to Varnish, I like the features, currently I am testing it on development environment. We have 800+ web site so huge contents. I have 500Gb storage and 24 GB memory on each server total 3 servers - Dual Quad Core Xeon. Can I use 20 GB of memory and 500 GB of disk as cache storage?

Re: Varnish storage

2010-12-02 Thread linuxsupport
of 300GB on your 500GB disk and add it as SWAP. The kernel will then take care of the rest. Wido On Thu, 2010-12-02 at 09:59 +, linuxsupport wrote: Hi, I am new to Varnish, I like the features, currently I am testing it on development environment. We have 800+ web site so huge