Cannot compile vcl 
    Poul-Henning Kamp 
    phk at phk.freebsd.dk
       
    Wed Sep 24 11:44:50 CEST 2008
    
    
  
In message <ldzi2hw5q47saim.240920081140 at torlen.net>, duja at torlen.net writes:
>Hi,
>
>Im having problem compiling the following VCL on varnish-2.0-tp2:
>[VCL]
>sub vcl_recv {
>
>        req.backend = www_director;
You need:
	set req.backend = www_director;
-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
phk at FreeBSD.ORG         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe    
Never attribute to malice what can adequately be explained by incompetence.
    
    
More information about the varnish-misc
mailing list