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 page. -- Stig Sandbeck Mathisen <[EMAIL PROTECTED]> Redpill Linpro AS - Changing the Game
signature.asc
Description: Digital signature
_______________________________________________ varnish-misc mailing list [email protected] http://projects.linpro.no/mailman/listinfo/varnish-misc
