Whats is worng?

vcl_fetch.


        # MAGICMARKER - if error !=200 fetch on cache.
        if (req.restarts == 0 && req.url ~ "^/$" && obj.status != 200) {
                C{
                        syslog(LOG_INFO, "HIT on vcl_error and config
magicmarker on (%s) (%s) (%s)", VRT_r_req_url(sp), VRT_r_obj_response(sp),
VRT_r_req_xid(sp));
                }C
                set req.http.magicmarker = "sick";
                restart;
        }

???? HELP!!!!

-- 
_______
 Cristiano Fernandes
Google is my shepherd, no want shall I know
_______________________________________________
varnish-misc mailing list
[email protected]
http://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc

Reply via email to