Hello, list.
 
I have set like below at varnishd 1.1.2  and works well.
But like below just connect to port 80 and quit, we can see all headers.
 
Any idea?
 
 
 
# telnet 127.0.0.1 80Trying 127.0.0.1...Connected to 127.0.0.1.Escape character 
is '^]'.quit
 
HTTP/1.0 400 Bad RequestServer: VarnishRetry-After: 0Content-Type: text/html; 
charset=utf-8Content-Length: 428Date: Mon, 07 Jan 2008 11:42:33 GMTX-Varnish: 
1556702737Age: nanVia: 1.1 varnishConnection: keep-alive
 
 
Thanks 


Date: Thu, 13 Dec 2007 16:23:02 -0800From: [EMAIL PROTECTED]: [EMAIL 
PROTECTED]: Re: hiding varnish headers from requestsCC: [EMAIL PROTECTED] your 
vcl file and modify deliver like so.sub vcl_deliver {    remove 
resp.http.X-Varnish;    remove resp.http.Via;}
On 11/2/07, Damien Wetzel <[EMAIL PROTECTED]> wrote: 
Hello,I wondered if there is a way to prevent Varnish fromputing headers like 
:X-varnishVia: 1.1 varnishin its responses to 
clients.thanks,--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 Damien WETZEL (ATANAR TECHNOLOGIES)        
("`-/")_.-'"``-._http://www.atanar.com                      . . `; -._    
)-;-,_`)                                          (v_,)'  _  )`-.\  ``-' 
Phone:+33 6 62 29 61 77                   _.- _..-_/ / ((.'- So much to do, so 
little time -       ((,.-'   
((,/~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~_______________________________________________
 varnish-misc mailing [EMAIL 
PROTECTED]://projects.linpro.no/mailman/listinfo/varnish-misc -- Jobe 
BittmanChief Network ArchitectZenGarden, Inc.(858) 200-6099 
_________________________________________________________________
MSN 메신저의 차세대 버전, Windows Live Messenger!
http://windowslive.msn.co.kr/wlm/messenger/
_______________________________________________
varnish-misc mailing list
varnish-misc@projects.linpro.no
http://projects.linpro.no/mailman/listinfo/varnish-misc

Reply via email to