ignoring the "uncacheable" header

shahab bakhtiyari shahab371 at gmail.com
Thu Apr 19 13:26:40 CEST 2012


Hi again , Thanx for your answer,
But I got the following error

Message from VCC-compiler:
Unknown variable 'req.hash_always_miss'
At: (input Line 21 Pos 11)
      set req.hash_always_miss = true;
----------####################--------
Running VCC-compiler failed, exit 1
VCL compilation failed


my varnish version is   varnish-3.0.1

regards


On 18 April 2012 19:44, Hauke Lampe <lampe at hauke-lampe.de> wrote:

> Hello Shahab
>
>
> On 18.04.2012 11:05, shahab bakhtiyari wrote:
>
> > Is'nt any answer for my previous quiestion out there? about how to say
> >  varnish not to serve "Reload" requests from the cache?
>
> Use VCL to force a cache miss if the client sets Cache-Control: no-cache
> See https://www.varnish-cache.org/trac/wiki/VCLExampleEnableForceRefresh
>
> > 1. How to configure varnish to authenticate from an external server(like
> > openldap), is it possible at all?
>
> varnish doesn't authenticate users (except for the ACL lists of IP
> adresses). You could program a vmod and query it from within VCL.
> Authentication should be handled by the backend, IMHO.
>
> > 2. How varnish deals with  ssl  requests,
>
> It doesn't. Use an SSL proxy in front of varnish. nginx or pound come to
> mind.
>
>
>
> Hauke.
>
>
> _______________________________________________
> varnish-misc mailing list
> varnish-misc at varnish-cache.org
> https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.varnish-cache.org/lists/pipermail/varnish-misc/attachments/20120419/e8430e1b/attachment.html>


More information about the varnish-misc mailing list