Yeah, okay, I figured that.<div><br></div><div>So you&#39;re proxying apache to nginx then? That&#39;s the wrong way to go! :)</div><div><br></div><div>If I wasn&#39;t so lazy I would try 0.8.x on a box and see if I can reproduce. Either way though I wouldn&#39;t be able to fix it. Maxim or Igor would be able to locate it pretty quick I&#39;m sure. IIRC Igor might be on vacation I think too.<br>
<br><div class="gmail_quote">On Sun, Jun 28, 2009 at 7:56 AM, olefebvre <span dir="ltr">&lt;<a href="mailto:nginx-forum@nginx.us">nginx-forum@nginx.us</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Maybe i was not very clear, but the same configuration worked up to 0.8.3 included, upgrading to 0.8.4 fail due to bind issue, downgrading to 0.8.3 works fine with no change in configuration.<br>
<br>
As usual apache2 listen on port 80<br>
COMMAND   PID     USER   FD   TYPE  DEVICE SIZE NODE NAME<br>
apache2 11963 www-data    4u  IPv6 1976954       TCP *:www (LISTEN)<br>
apache2 11964 www-data    4u  IPv6 1976954       TCP *:www (LISTEN)<br>
apache2 11965 www-data    4u  IPv6 1976954       TCP *:www (LISTEN)<br>
apache2 18919     root    4u  IPv6 1976954       TCP *:www (LISTEN)<br>
apache2 27514 www-data    4u  IPv6 1976954       TCP *:www (LISTEN)<br>
apache2 27515 www-data    4u  IPv6 1976954       TCP *:www (LISTEN)<br>
apache2 27520 www-data    4u  IPv6 1976954       TCP *:www (LISTEN)<br>
apache2 27521 www-data    4u  IPv6 1976954       TCP *:www (LISTEN)<br>
apache2 27523 www-data    4u  IPv6 1976954       TCP *:www (LISTEN)<br>
apache2 27524 www-data    4u  IPv6 1976954       TCP *:www (LISTEN)<br>
apache2 27596 www-data    4u  IPv6 1976954       TCP *:www (LISTEN)<br>
apache2 31555 www-data    4u  IPv6 1976954       TCP *:www (LISTEN)<br>
apache2 32109 www-data    4u  IPv6 1976954       TCP *:www (LISTEN)<br>
<br>
And nginx listen on port 8080 (at least when running 0.8.3)<br>
<br>
The real issue is that the 0.8.4 is trying to bind on port 80 while the conf files are telling it to bind to port 8080. The configuration files have not changed for months, it&#39;s the first time i encounter the issue.<br>

<br>
Posted at Nginx Forum: <a href="http://forum.nginx.org/read.php?2,3498,3502#msg-3502" target="_blank">http://forum.nginx.org/read.php?2,3498,3502#msg-3502</a><br>
<br>
<br>
</blockquote></div><br></div>