<font color="#000000"><font size="2"><font face="trebuchet ms,sans-serif">I am so sorry for the false alarm.  When testing nginx I reload the config using the 

















<span style="font-size:12.0pt;font-family:Cambria;
mso-ascii-theme-font:minor-latin;mso-fareast-font-family:"MS 明朝";mso-fareast-theme-font:
minor-fareast;mso-hansi-theme-font:minor-latin;mso-bidi-font-family:"Times New Roman";
mso-bidi-theme-font:minor-bidi;mso-ansi-language:EN-US;mso-fareast-language:
JA;mso-bidi-language:AR-SA">nginx -s reload</span>  command.  Because I am using a virtual environment my IP address had shift and the config IP mapping was no longer accurate but the reload command did not notify me of the conflict.  After killing nginx and starting it again it gave me the proper error code:</font></font></font><div>
nginx: [emerg] bind() to <a href="http://10.2.10.236:80">10.2.10.236:80</a> failed (99: Cannot assign requested address)</div><div><font color="#000000"><font size="2"><font face="trebuchet ms,sans-serif"><br></font></font></font></div>
<div><font color="#000000"><font size="2"><font face="trebuchet ms,sans-serif">This is a small thing I guess but it would have been nice when using the reload command that it informed me that something was wrong instead of just not accepting the changes I made. </font></font></font></div>
<div><font color="#000000"><font size="2"><font face="trebuchet ms,sans-serif"><br></font></font></font></div><div><font color="#000000"><font size="2"><font face="trebuchet ms,sans-serif">Rami   <br></font></font></font><br>
<div class="gmail_quote">On Tue, Aug 9, 2011 at 8:22 PM, Maxim Dounin <span dir="ltr"><<a href="mailto:mdounin@mdounin.ru">mdounin@mdounin.ru</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hello!<br>
<div><div></div><div class="h5"><br>
On Tue, Aug 09, 2011 at 07:45:47PM -0400, Rami Essaid wrote:<br>
<br>
> Hi Guys,<br>
><br>
> Has anyone experienced any issues with the map module using the new 1.1.0<br>
> compile of nginx?  I am mapping user agents and under 1.0.5 everything<br>
> worked great, with the new version the exact same config doesnt seem to be<br>
> working. I've tried two different maps based on previous comments and<br>
> neither seem to work.  Anyone else?<br>
><br>
><br>
> http {<br>
> ....<br>
> map $http_user_agent $searchengine {<br>
> default 0;<br>
>  ~(?i)mozilla 1;<br>
> ~*mozilla 1;<br>
> }<br>
>  ...<br>
>  location / {<br>
> ....<br>
>       if ($searchengine){<br>
>   #return 418;<br>
>      rewrite ^ /testing/ redirect;<br>
>   }<br>
> ...<br>
<br>
</div></div>Works fine here in 1.1.0.<br>
<br>
Maxim Dounin<br>
<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" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</blockquote></div><br><br clear="all"><br>-- <br><font face="'trebuchet ms', sans-serif">Cheers,</font><div><font face="'trebuchet ms', sans-serif">Rami</font></div><br>
</div>