<div dir="ltr"><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">The only way to know would have been to have a look at the processes table before killing everyone and restarting.<br></div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">If you nginx through the package management of your distribution and service scripts to manage nginx processus, there is little-to-no chance you got multiplt nginx masters running. It is however possible to spawn multiple nginx (master) instances if you manage you processes manually (and is useful when you do an on-the-fly upgrade). No multiple instances can bind to listen on the same ports though.<br></div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)"><br>It would have been interesting to dig further, since you are saying the configuration was valid (as after restart nginx accepted/loaded it).<br><br>In the current state, there is not much ability to conclude on anything. Maybe could you try to reproduce the problem by recreating your old configuration, loading it and trying to load the current configuraiton again?<br></div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">Remember to use `nginx -t` have a look at nginx' error logs on reload to check the configuration has been accepted.<br></div><div class="gmail_extra"><div><div class="gmail_signature"><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 Sun, Apr 10, 2016 at 9:27 PM, Alexander Schwarz <span dir="ltr"><<a href="mailto:alexschwarz@live.de" target="_blank">alexschwarz@live.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


<div><div dir="ltr">Hello Francis,<div><br></div><div>you are right. But the weird thing is, i already commented out that line (it was for caching/expires headers, and yes, missing the backslash).</div><div><br></div><div>Is there any chance I was running two nginx instances? Because it seemed my configuration was kind of cached, as i commented that line, but it still didn't work. Now, after i completely reinstalled nginx everything is working fine.</div><div><br></div><div>I got the idea because i downgraded from newest nginx version to a older one in my testing. Is it possible that there were multiple instances?</div><div><br></div><div>Anyway, thank you very much.</div><div><br></div><div><br><br><div>> Date: Sun, 10 Apr 2016 19:37:35 +0100<br>> From: <a href="mailto:francis@daoine.org" target="_blank">francis@daoine.org</a><br>> To: <a href="mailto:nginx@nginx.org" target="_blank">nginx@nginx.org</a><br>> Subject: Re: Error 404 if url contains "star"<br>> <br>> On Sun, Apr 10, 2016 at 07:16:33PM +0200, Alexander Schwarz wrote:<br>> <br>> Hi there,<br>> <br>> > i have a very strange problem with my nginx configuration. If the URL contains the word "star", i get the standard 404 Error not found page.<br>> > I defined a rule that should redirect all requests to index.php. <br>> <br>> <a href="http://nginx.org/r/location" target="_blank">http://nginx.org/r/location</a><br>> <br>> Your rule does not redirect *all* requests.<br>> <br>> > Any ideas?!<br>> <br>> There's a missing backslash "\" on the "location ~*" line, just before<br>> the ".(".<br>> <br>>  f<span class="HOEnZb"><font color="#888888"><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" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br></font></span></div></div>                                      </div></div>
<br>_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org">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></blockquote></div><br></div></div>