Hi again , Thanx for your answer,<div>But I got the following error</div><div><br></div><div><div>Message from VCC-compiler:</div><div>Unknown variable 'req.hash_always_miss'</div><div>At: (input Line 21 Pos 11)</div>
<div>      set req.hash_always_miss = true;</div><div>----------####################--------</div><div>Running VCC-compiler failed, exit 1</div><div>VCL compilation failed</div><div><br></div><div><br></div><div>my varnish version is   varnish-3.0.1</div>
<div><br></div><div>regards</div><div><br></div><br><div class="gmail_quote">On 18 April 2012 19:44, Hauke Lampe <span dir="ltr"><<a href="mailto:lampe@hauke-lampe.de">lampe@hauke-lampe.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello Shahab<br>
<div class="im"><br>
<br>
On 18.04.2012 11:05, shahab bakhtiyari wrote:<br>
<br>
> Is'nt any answer for my previous quiestion out there? about how to say<br>
>  varnish not to serve "Reload" requests from the cache?<br>
<br>
</div>Use VCL to force a cache miss if the client sets Cache-Control: no-cache<br>
See <a href="https://www.varnish-cache.org/trac/wiki/VCLExampleEnableForceRefresh" target="_blank">https://www.varnish-cache.org/trac/wiki/VCLExampleEnableForceRefresh</a><br>
<div class="im"><br>
> 1. How to configure varnish to authenticate from an external server(like<br>
> openldap), is it possible at all?<br>
<br>
</div>varnish doesn't authenticate users (except for the ACL lists of IP<br>
adresses). You could program a vmod and query it from within VCL.<br>
Authentication should be handled by the backend, IMHO.<br>
<div class="im"><br>
> 2. How varnish deals with  ssl  requests,<br>
<br>
</div>It doesn't. Use an SSL proxy in front of varnish. nginx or pound come to<br>
mind.<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
<br>
Hauke.<br>
<br>
</font></span><br>_______________________________________________<br>
varnish-misc mailing list<br>
<a href="mailto:varnish-misc@varnish-cache.org">varnish-misc@varnish-cache.org</a><br>
<a href="https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc" target="_blank">https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc</a><br></blockquote></div><br></div>