Re: pls. help for adding another parameter to ngx_upstream_server

2013-11-28 Thread moto kawasaki
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

Re: pls. help for adding another parameter to ngx_upstream_server

2013-11-26 Thread moto kawasaki
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>

Re: pls. help for adding another parameter to ngx_upstream_server

2013-11-26 Thread Maxim Dounin
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

Re: pls. help for adding another parameter to ngx_upstream_server

2013-11-26 Thread moto kawasaki
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

Re: pls. help for adding another parameter to ngx_upstream_server

2013-11-18 Thread Maxim Dounin
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?

Re: pls. help for adding another parameter to ngx_upstream_server

2013-11-16 Thread moto kawasaki
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

Re: pls. help for adding another parameter to ngx_upstream_server

2013-11-15 Thread Maxim Dounin
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? (

Re: pls. help for adding another parameter to ngx_upstream_server

2013-11-15 Thread Vladimir Homutov
> [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

pls. help for adding another parameter to ngx_upstream_server

2013-11-15 Thread moto kawasaki
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