Removing Headers

2008-11-18 Thread Paras Fadte
Hi, Can response headers like X-Varnish and Via be removed ? Thank you. -Paras ___ varnish-misc mailing list varnish-misc@projects.linpro.no http://projects.linpro.no/mailman/listinfo/varnish-misc

Re: Removing Headers

2008-11-18 Thread Stig Sandbeck Mathisen
On Tue, Nov 18, 2008 at 01:54:58PM +0530, Paras Fadte wrote: Hi, Can response headers like X-Varnish and Via be removed ? Yes The subroutine you are looking for is vcl_deliver, the headers are available as resp.http.header, they can be removed with the remove keyword. See the vcl(7) man

Re: Removing Headers

2008-11-18 Thread Paras Fadte
Thanks Stig. On Tue, Nov 18, 2008 at 2:14 PM, Stig Sandbeck Mathisen [EMAIL PROTECTED] wrote: On Tue, Nov 18, 2008 at 01:54:58PM +0530, Paras Fadte wrote: Hi, Can response headers like X-Varnish and Via be removed ? Yes The subroutine you are looking for is vcl_deliver, the headers are