<div dir="ltr"><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">Whoops!<br></div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">Minimal test configuration FTW... There was a '/' prefix location block hidden at the bottow of my server one, with an ugly 'try_files $uri.php =404;' directive...<br></div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)"><br></div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">As notes, though :<br></div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)"><br>I removed the '=' parameter from the error_page directive to simplify, as there is no special processing during error handling.<br></div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">I forgot to update the configuration snippet in the mail.<br><br></div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">Let's be clear about proxy_intercept_errors:<br>Setting it to 'on' enables error processing through error_page.<br>The default (off) simply propagates the proxy error (status code >= 300) to clients.<br><br></div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">I should have double/triple/quadruplechecked the configuration before writing on this ML.<br></div><div class="gmail_extra"><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">​Thanks for your time Francis! And sorry about that...​</div><div><div><font size="1"><span style="color:rgb(102,102,102)">---<br></span><b><span style="color:rgb(102,102,102)">B. R.</span></b><span style="color:rgb(102,102,102)"></span></font></div></div>
<br><div class="gmail_quote">On Mon, Apr 4, 2016 at 10:12 PM, Francis Daly <span dir="ltr"><<a href="mailto:francis@daoine.org" target="_blank">francis@daoine.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span>On Mon, Apr 04, 2016 at 08:54:12PM +0100, Francis Daly wrote:<br>
> On Mon, Apr 04, 2016 at 09:36:36PM +0200, B.R. wrote:<br>
<br>
Hi there,<br>
<br>
</span><span>> > -> Error page HTTP 404 (???)<br>
><br>
> I only get 404 if error_page.html does not exist. If it does exist,<br>
> I get it with http 200.<br>
><br>
> Aside from that: I suspect that proxy_intercept_errors does exactly the<br>
> opposite of what you think it does.<br>
<br>
</span>Apologies - I was wrong there.<br>
<br>
"proxy_intercept_errors on;" means that error_page *is* used for the<br>
returned http status.<br>
<br>
"proxy_intercept_errors off;" means that it is not, and the full original<br>
status+body gets to the client.<br>
<br>
So you had (and have) it the way that you want it to be.<br>
<div><div><br>
        f<br>
--<br>
Francis Daly        <a href="mailto:francis@daoine.org" target="_blank">francis@daoine.org</a><br>
<br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org" target="_blank">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" rel="noreferrer" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</div></div></blockquote></div><br></div></div>