Hi,

I've just uppgraded to varnish 1.1

The upgrade worked just fine and varnish started with my old vcl-file without 
problems.

However when I added the following to sub vcl_fetch {}

if (obj.status == 404) {
        pass;
} else {
        set obj.ttl = 900s;
insert;
}

Varnish fails at restart with the following response:

Starting varnishd.
Problem loading compiled VCL program:
./bin.U5BscB9E: Undefined symbol "VRT_r_obj_status"

If I remove the "if (obj.status == 404)" statement everything works just fine.

--
Thomas Westlund
_______________________________________________
varnish-misc mailing list
[email protected]
http://projects.linpro.no/mailman/listinfo/varnish-misc

Reply via email to