Thanks for the suggestion. I just got to work so I'm gonna try that out. One side question though the 'beresp.http.be_name' - where can I find all these options? I just searched thru the Varnish manual (pdf) and vcl man page but there's nothing about 'be_name'. How do you find these?
v.v. On Mon 18 Nov 2013 09:54:38, Guillaume Quintard wrote: > On 11/17/2013 11:27 PM, Viktor Villafuerte wrote: > >Hi all, > > > >I'd like to ask if it's possible to get the content location, from a > >pool of backend servers, instead of the content itself. > > > >Eg: backends are grouped by 'director hash' therefore each of them will > >have unique content. When my request is not found in the cache it then > >proceeds onto the backends and gets the content. I'd like to find the > >location such as server1.domain.com/content1 instead of actually getting > >the content. > > > >Is this possible? > > > >v..v > > > Would > set beresp.http.be_name = beresp.backend.name; > Be what you are looking for? (taken from bin/varnishtest/tests/v00028.vtc) > > -- > Guillaume Quintard -- Regards Viktor Villafuerte Optus Internet Engineering t: 02 808-25265 _______________________________________________ varnish-misc mailing list [email protected] https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc
