Re: NGINX configuration with two backends (without load balancing) and NGINX - MYSQL TLS encryption

2019-11-21 Thread Roger Pack
Since mysql connections don't have HTTP headers to "lookup the correct backend server group" based on, I doubt it can do #1 FWIW...I actually know little about nginx though. Maybe if you have it listen on various different ports (or different IP addresses coming in?) For #2 maybe need "listen..ssl

Re: feature request: warn when domain name resolves to several addresses

2019-11-21 Thread Roger Pack
On Wed, Nov 20, 2019 at 12:28 PM Maxim Dounin wrote: > > Hello! > > On Tue, Nov 19, 2019 at 07:26:35PM -0700, Roger Pack wrote: > > > On Tue, Nov 19, 2019 at 12:01 PM Maxim Dounin wrote: > > > > > On Tue, Nov 19, 2019 at 10:47:01AM -0700, Roger Pack wr

Re: feature request: warn when domain name resolves to several addresses

2019-11-19 Thread Roger Pack
On Tue, Nov 19, 2019 at 12:01 PM Maxim Dounin wrote: > > Hello! Hi back again :) > On Tue, Nov 19, 2019 at 10:47:01AM -0700, Roger Pack wrote: > > > I noticed that in ngx_http_proxy_module > > > > proxy_pass http://localhost:8000/uri/; > > "If a domain n

feature request: warn when domain name resolves to several addresses

2019-11-19 Thread Roger Pack
ng in error.log file somehow, or at least in the output of -T, to warn somehow. Then there won't be unexpected round-robins occurring and "supposedly single" servers being considered unavailable due to timeouts, surprising people like myself. Thank you for your attention, and for n

Re: auto send email on 50

2014-04-14 Thread Roger Pack
OK thanks for the responses. -- Posted via http://www.ruby-forum.com/. ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

auto send email on 50

2014-04-14 Thread Roger Pack
Hello. It might be nice if nginx included some type of logging functionality like...if something [like fastcgi, etc.] returns a 500 error, it sends off an email message to alert an admin. Something like that. Anyway, thanks for your awesome product. -roger- -- Posted via http://www.ruby-forum.c

some suggestions for clarifying client_max_body_size

2013-12-09 Thread Roger Pack
Hello. After installing a "fresh" 1.4.4 nginx with passenger the other day, I had a few suggestions/feature requests for the default install: by default the client_max_body_size can easily be exceeded. I think this takes many people by surprise (at least it did for me) when small uploads work bu

Re: How to log virtual server name

2013-08-07 Thread Roger Pack
seems for me that any of these work for showing the virtual host (for followers). $http_host $host $server_name I just had to uncomment this line for it to 'take', oddly: #access_log logs/access.log main; @nginx dev guys: it would be nice if the default config either mentioned that both