<div dir="ltr">@Lukas - attached is the cap file<div><br></div><div>@Maxim -  after starting varnish only the following port comes up</div><div><br></div><div><div># netstat -nat | grep 60</div><div>tcp        0      0 <a href="http://0.0.0.0:6082">0.0.0.0:6082</a>            0.0.0.0:*               LISTEN</div>
<div>tcp        0      0 :::6082                 :::*                    LISTEN</div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Apr 22, 2014 at 2:56 PM, Maxim Dounin <span dir="ltr"><<a href="mailto:mdounin@mdounin.ru" target="_blank">mdounin@mdounin.ru</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello!<br>
<div class=""><br>
On Tue, Apr 22, 2014 at 12:55:07PM +0530, Joydeep Bakshi wrote:<br>
<br>
> Hello all,<br>
><br>
> My setting works well  through nginx->apache but not through<br>
> nginx->varnish->apache<br>
><br>
> apache is configured to listen to port 8080 . when nginx uses<br>
><br>
> proxy_pass <a href="http://127.0.0.1:8080" target="_blank">http://127.0.0.1:8080</a><br>
><br>
> the sites are running fine.<br>
><br>
> If I introduce varnish after nginx  by  [proxy_pass <a href="http://127.0.0.1:6082" target="_blank">http://127.0.0.1:6082</a>]<br>
</div>>  the nginx starts throwing following error and browser also shows "*Zero<br>
> Sized Reply"*<br>
<div class="">><br>
><br>
> [error] 17147#0: *207 upstream sent no valid HTTP/1.0 header while reading<br>
> response header from upstream<br>
><br>
> and /var/log/messages shows<br>
><br>
> varnishd[16984]: CLI telnet 127.0.0.1 42212 127.0.0.1 6082 Wr 101 Unknown<br>
> request.#012Type 'help' for more info.#012all commands are in lower-case.<br>
><br>
> varnishd[16984]: CLI telnet 127.0.0.1 42212 127.0.0.1 6082 Rd<br>
> Cache-Control: max-age=0<br>
><br>
> obviously varnish is configured to listen to apache<br>
><br>
> backend default {<br>
>         .host = "127.0.0.1";<br>
>         .port = "8080";<br>
> }<br>
><br>
> Can anyone please suggest the possible reason which is causing the problem ?<br>
<br>
</div>It looks like you've configured nginx to pass http to varnish CLI<br>
port.  For obvious reasons this isn't going to work.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Maxim Dounin<br>
<a href="http://nginx.org/" target="_blank">http://nginx.org/</a><br>
</font></span><div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</div></div></blockquote></div><br></div>