Small varnish 1.1 test with openrealty and joomla.

Ricardo Newbery ric at digitalmarbles.com
Tue Jul 31 22:23:55 CEST 2007


On Jul 31, 2007, at 1:20 PM, Ricardo Newbery wrote:

>
> The following doesn't work?
>
> vcl_recv {
>          set backend.host = req.http.Host;
> }
>
> or if it's still missing the Host header, does the following work:
>
> vcl_miss {
>          set bereq.http.Host = req.http.Host;
> }
>
> and ditto for vcl_pipe and vcl_pass
>
> Ric


Scratch that.  DES says that Host already comes from the request.

Ric






More information about the varnish-misc mailing list