<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 9pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
<BR>Hello, list.<BR>
 <BR>
I have set like below at varnishd 1.1.2  and works well.<BR>
But like below just connect to port 80 and quit, we can see all headers.<BR>
 <BR>
Any idea?<BR>
 <BR>
 <BR>
 <BR>
# telnet 127.0.0.1 80<BR>Trying 127.0.0.1...<BR>Connected to 127.0.0.1.<BR>Escape character is '^]'.<BR>quit<BR>
 <BR>
HTTP/1.0 400 Bad Request<BR>Server: Varnish<BR>Retry-After: 0<BR>Content-Type: text/html; charset=utf-8<BR>Content-Length: 428<BR>Date: Mon, 07 Jan 2008 11:42:33 GMT<BR>X-Varnish: 1556702737<BR>Age: nan<BR>Via: 1.1 varnish<BR>Connection: keep-alive<BR><BR>
 <BR>
 <BR>
Thanks <BR><BR>
<BLOCKQUOTE>
<HR>
Date: Thu, 13 Dec 2007 16:23:02 -0800<BR>From: jbittman@chewcorp.com<BR>To: dwetzel@nerim.net<BR>Subject: Re: hiding varnish headers from requests<BR>CC: varnish-misc@projects.linpro.no<BR><BR>Edit your vcl file and modify deliver like so.<BR><BR>sub vcl_deliver {<BR>    remove resp.http.X-Varnish;<BR>    remove resp.http.Via;<BR>}<BR><BR><BR>
<DIV><SPAN class=EC_gmail_quote>On 11/2/07, <B class=EC_gmail_sendername>Damien Wetzel</B> <<A href="mailto:dwetzel@nerim.net">dwetzel@nerim.net</A>> wrote:</SPAN> 
<BLOCKQUOTE class=EC_gmail_quote style="PADDING-LEFT: 1ex">Hello,<BR>I wondered if there is a way to prevent Varnish from<BR>puting headers like :<BR>X-varnish<BR>Via: 1.1 varnish<BR>in its responses to clients.<BR>thanks,<BR>--<BR><BR><BR>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <BR>Damien WETZEL (ATANAR TECHNOLOGIES)        ("`-/")_.-'"``-._<BR><A href="http://www.atanar.com/" target=_blank>http://www.atanar.com</A>                      . . `; -._    )-;-,_`)<BR>                                          (v_,)'  _  )`-.\  ``-' <BR>Phone:+33 6 62 29 61 77                   _.- _..-_/ / ((.'<BR>- So much to do, so little time -       ((,.-'   ((,/<BR>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<BR>_______________________________________________ <BR>varnish-misc mailing list<BR><A href="mailto:varnish-misc@projects.linpro.no">varnish-misc@projects.linpro.no</A><BR><A href="http://projects.linpro.no/mailman/listinfo/varnish-misc" target=_blank>http://projects.linpro.no/mailman/listinfo/varnish-misc </A><BR></BLOCKQUOTE></DIV><BR><BR clear=all><BR>-- <BR>Jobe Bittman<BR>Chief Network Architect<BR>ZenGarden, Inc.<BR>(858) 200-6099 </BLOCKQUOTE><br /><hr />°­·ÂÇÑ Æú´õ °øÀ¯ ±â´É°ú ¹«·á ¹®ÀÚ ¸Þ½ÃÁö, ¿ÀÇÁ¶óÀΠÂÊÁö º¸³»±â ±â´É±îÁö!  <a href='http://windowslive.msn.co.kr/wlm/messenger/' target='_new'>MSN ¸Þ½ÅÀúÀÇ Â÷¼¼´ë ¹öÀü, Windows Live Messenger! </a></body>
</html>