Dear Mr. Dounin and list members,
Thank you very much for your suggestion, I finally made it work !!
Now we can write something like;
http {
proxy_setfib N;
}
or
http {
server{
proxy_setfib N;
}
}
and the connections toward upstream server a
Dear Mr. Dounin,
I am sorry I didn't recognise suggestion about proxy_bind. Very sorry.
I will try.
Thank you very much!
moto kawasaki
mdounin> Why you are trying to do this with a balancer module? You won't
mdounin> be able to do this with a balancer module anyway, as you'll have
mdounin>
Hello!
On Tue, Nov 26, 2013 at 06:37:59PM +0900, moto kawasaki wrote:
>
> Hello,
>
> I am the questioner about setfib feature on the upstream side.
> And I am back for asking you comments/suggestions/help.
> Thank you very much in advance.
>
> Please refer the following URL for the conversatio
Hello,
I am the questioner about setfib feature on the upstream side.
And I am back for asking you comments/suggestions/help.
Thank you very much in advance.
Please refer the following URL for the conversation before.
http://forum.nginx.org/read.php?29,244686
mdounin> Well, as far as I can tel
Hello!
On Sat, Nov 16, 2013 at 06:31:42PM +0900, moto kawasaki wrote:
[...]
> mdounin> > Now, I am struggling to add "setfib=N" parameter to "server" token
> in
> mdounin> > "upstream" clause, and so far failed.
> mdounin>
> mdounin> Could you please point out use cases for such a parameter?
Mr. Homutov and Mr. Dounin:
Thank you very much for your quick replies.
I'd apologize lack of information, and also my laziness not to test
simplified configuration -- details follows.
vl> > [emerg] 3848#0: invalid parameter "setfib=5" in
/usr/local/etc/nginx/nginx.conf:18
vl> >
vl> > The line
Hello!
On Fri, Nov 15, 2013 at 05:35:39PM +0900, moto kawasaki wrote:
> Now, I am struggling to add "setfib=N" parameter to "server" token in
> "upstream" clause, and so far failed.
Could you please point out use cases for such a parameter?
Shouldn't it be something like proxy_bind instead?
(
> [emerg] 3848#0: invalid parameter "setfib=5" in
> /usr/local/etc/nginx/nginx.conf:18
>
> The line 18 of nginx.conf contains setfib=5 (see (a) above.)
can you please show full configuration?
> This "uscf->flags" has been set in the function
>ngx_http_upstream() at line 4434;
you are ex
Dear Sirs,
Firstly, I'd like to thank you very much for supplying such powerful
and smart software. nginx is so great.
Now, I am struggling to add "setfib=N" parameter to "server" token in
"upstream" clause, and so far failed.
It is really appreciated if you'd advice/suggest/comment on it.
Tha