Upgrade v3 -> v4 beresp.url in vcl_backend_response
Giuseppe Pascarella
g.pascarella at sportnetwork.it
Tue May 6 15:37:14 CEST 2014
Another small issue on v3 vs v4.
In vcl_backend_response (ex. vcl_fetch) I used to override default ttl,
as suggested in:
https://www.varnish-cache.org/docs/trunk/users-guide/increasing-your-hitrate.html
sub vcl_backend_response {
if (bereq.url ~ "^/legacy_broken_cms/") {
set beresp.ttl = 5d;
}
}
Now bereq has no url attribute, how can I implement the same override
functionality?
Thanks again!
--
Giuseppe Pascarella
Chief Technology Officer @ Divisione Multimedia
Sport Network SRL
t: +39.06.49.246.423
m: +39.338.733.61.93
Ai sensi della legge 196/2003, si precisa che le informazioni
contenute in questo messaggio e nei suoi eventuali allegati sono
riservate e per uso esclusivo del destinatario. Nessuno, all'infuori
dello stesso deve copiare o distribuire il messaggio o parte di esso a
terzi. Chiunque riceva questo messaggio per errore e' pregato di
informare immediatamente il mittente e distruggerlo.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.varnish-cache.org/lists/pipermail/varnish-misc/attachments/20140506/70d9dfd9/attachment.html>
More information about the varnish-misc
mailing list