<p dir="ltr">+1 - FWIW, I think ( though can't confirm right now) you can raise the error regardless of caching in _recv... Of course, the flow must get to your bit of code ( .I.e., if you have a return pass or return lookup it may not get to your error 750)</p>
<div class="gmail_quote">On 25/11/2014 4:57 am, "Tobias Eichelbrönner" <<a href="mailto:tobias.eichelbroenner@lamp-solutions.de">tobias.eichelbroenner@lamp-solutions.de</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Tim,<br>
<br>
you log is telling you are accessing <a href="http://www.ref.mydomain.com" target="_blank">www.ref.mydomain.com</a><br>
<br>
>    11 TxHeader     b Host: <a href="http://www.ref.mydomain.com" target="_blank">www.ref.mydomain.com</a><br>
<br>
is there any chance, you still have the snipped<br>
<br>
   if (req.http.host ~ "^ref\.mydomain\.com$") {<br>
       set req.http.host = "<a href="http://www.ref.mydomain.com" target="_blank">www.ref.mydomain.com</a>";<br>
    }<br>
<br>
active? If so, delete it.<br>
<br>
Sincerely,<br>
<br>
Tobias<br>
<br>
--<br>
LAMP solutions GmbH<br>
Gostenhofer Hauptstrasse 35<br>
90443 Nuernberg<br>
<br>
Amtsgericht Nuernberg: HRB 22366<br>
Geschaeftsfuehrer: Heiko Schubert<br>
<br>
Es gelten unsere allgemeinen Geschaeftsbedingungen.<br>
<a href="http://www.lamp-solutions.de/agbs/" target="_blank">http://www.lamp-solutions.de/agbs/</a><br>
<br>
Telefon      : 0911 / 376 516 0<br>
Fax          : 0911 / 376 516 11<br>
E-Mail       : <a href="mailto:support@lamp-solutions.de">support@lamp-solutions.de</a><br>
Web          : <a href="http://www.lamp-solutions.de" target="_blank">www.lamp-solutions.de</a><br>
Facebook     : <a href="http://www.facebook.com/LAMPsolutions" target="_blank">http://www.facebook.com/LAMPsolutions</a><br>
Twitter      : <a href="http://twitter.com/#!/lampsolutions" target="_blank">http://twitter.com/#!/lampsolutions</a><br>
<br>
_______________________________________________<br>
varnish-misc mailing list<br>
<a href="mailto:varnish-misc@varnish-cache.org">varnish-misc@varnish-cache.org</a><br>
<a href="https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc" target="_blank">https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc</a><br>
</blockquote></div>