Re: ESI and Caching

2012-10-13 Thread Paul A. Procacci
On Sat, Oct 13, 2012 at 11:20:24AM +0530, 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

Re: ESI and Caching

2012-10-13 Thread linuxsupport
Understood. any possibility of storing the header sent by esi processed script (abc.php) into a temparoty variable and then including it to response from vcl_deliver? On Sat, Oct 13, 2012 at 11:35 AM, Paul A. Procacci pproca...@datapipe.comwrote: On Sat, Oct 13, 2012 at 11:20:24AM +0530,

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 Paul A. Procacci
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. I know if

Re: ESI and Caching

2012-10-12 Thread linuxsupport
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 is to cache all the contents of abc.html and when doing esi processing