<div class="gmail_quote">On Thu, Mar 31, 2011 at 06:25, Dan <span dir="ltr"><<a href="mailto:dan@retrobadger.net">dan@retrobadger.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div class="im">Sadly no luck with that, I have ammended my code as recommended.  Varnish is still able to restart without errors, but WSOD on page load.  My custom function is now something:</div></blockquote><div><br></div>

<div>The length of your header is 20 characters including the colon.  013 is the length (in octal) of the X-Whatever: example provided to explain this to you, it is not octal for 20.  Replace 013 with 024 to avoid segfaults.  There are docs covering this on the website, BTW.</div>

<div><br></div><div>What on earth is a WSOD?</div><div>-- </div><div>kb</div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
sub detectmobile {<br>
  C{<br>
    VRT_SetHdr(sp, HDR_BEREQ, "\013X-Varnish-TeraWurfl:", "no1", vrt_magic_string_end);<br>
  }C<br>
}<br>
<br>
And the only occurance of 'call detectmobile;' is in:<br>
sub vcl_deliver {}<br>
<br>
Are there any libraries required for the VRT scripts to work?<br>
<br>
Do I need to alter the /etc/varnish/default file for C to work in varnish?<div><div></div><div class="h5"><br>
<br>
_______________________________________________<br>
varnish-misc mailing list<br>
<a href="mailto:varnish-misc@varnish-cache.org" target="_blank">varnish-misc@varnish-cache.org</a><br>
<a href="http://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc" target="_blank">http://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc</a><br>
</div></div></blockquote></div><br>