Would nginx support tcp splicing???

2016-07-26 Thread gaoyan09
Do they have a develop plan? Posted at Nginx Forum: https://forum.nginx.org/read.php?2,268534,268534#msg-268534 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

nginx.conf schedule posted for 2016, September 7-9 in Austin, TX

2016-07-26 Thread Shirley Bailes
Hello all! The NGINX user conference, nginx.conf 2016 is coming soon: September 7-9 @ the Hilton Hotel in Austin, TX. nginx.conf 2016 starts with NGINX experts presenting product roadmaps and technical deep dives. Then listen to use cases from companies like Adobe, Datadog, MuleSoft, Spotify, and

proxy_next_upstream http_404?

2016-07-26 Thread mevans336
We have a backend server throwing a 404 error, so I added the directive proxy_next_upstream error timeout http_404; but that seems to have no effect. Nginx is still performing round robin connections to the working backend server and the backend server throwing a 404. Is there another directive I n

Re: Nginx not spawning both ipv4 and ipv6 workers

2016-07-26 Thread geuis
Last update to this I think. I found the source of the issue and filed a bug about it https://trac.nginx.org/nginx/ticket/1033#ticket. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,268460,268527#msg-268527 ___ nginx mailing list nginx@nginx

Re: Nginx not spawning both ipv4 and ipv6 workers

2016-07-26 Thread geuis
Last update to this I think. I found the source of the issue and filed a bug about it https://trac.nginx.org/nginx/ticket/1033#ticket. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,268460,268526#msg-268526 ___ nginx mailing list nginx@nginx

Re: Nginx not spawning both ipv4 and ipv6 workers

2016-07-26 Thread geuis
This is Charles, moving over to the forum interface rather than email. I realized I didn't include the server directive in my initial email, sorry about that. I'll include the entire set of configuration below. I feel like I've been through all the configurations that I've seen during research an

Re: Nginx not spawning both ipv4 and ipv6 workers

2016-07-26 Thread geuis
I've added some more information here. Same problem persists. https://forum.nginx.org/read.php?2,268460,268519#msg-268519 Posted at Nginx Forum: https://forum.nginx.org/read.php?2,268460,268520#msg-268520 ___ nginx mailing list nginx@nginx.org http://m

Re: Nginx not spawning both ipv4 and ipv6 workers

2016-07-26 Thread geuis
So I was finally able to resolve this, but not in any way I've seen described anywhere else. I set "net.ipv6.bindv6only = 1" in /etc/sysctl.conf and reloaded via "sudo sysctl -p". Then with the configuration "listen 80; listen [::]:80;" I now get my workers split evenly between ipv4 and ipv6 and n

Re: nginx-1.11.3

2016-07-26 Thread George
thanks Maxim works now :) cat /usr/local/nginx/conf/dynamic-modules.conf load_module "modules/ngx_http_image_filter_module.so"; load_module "modules/ngx_http_fancyindex_module.so"; load_module "modules/ngx_stream_module.so"; load_module "modules/ngx_stream_geoip_module.so"; load_module "modules/ng

Re: Full URL parameter in nginx

2016-07-26 Thread Francis Daly
On Tue, Jul 26, 2016 at 03:46:19AM -0400, iivan wrote: Hi there, > ## nginx rule: > rewrite ^/(.*)?$ /index.cfm?event=saveURL=$1$is_args$args last; > > ## this URL: > http://www.mywebsite.com/http://www.anotherwebsite.com/index.php?lvl=cmspage&pageid=14&id_article=52 > > > ## Return only:

Re: nginx-1.11.3

2016-07-26 Thread Maxim Dounin
Hello! On Tue, Jul 26, 2016 at 02:38:19PM -0400, George wrote: > trying to enable ngx_stream_geoip_module as a dynamic module and getting > this error ONLY on SOME servers and not others all compiled with same > settings ? > > nginx -t > nginx: [emerg] dlopen() > "/usr/local/nginx/modules/ngx_st

Re: nginx-1.11.3

2016-07-26 Thread George
trying to enable ngx_stream_geoip_module as a dynamic module and getting this error ONLY on SOME servers and not others all compiled with same settings ? nginx -t nginx: [emerg] dlopen() "/usr/local/nginx/modules/ngx_stream_geoip_module.so" failed (/usr/local/nginx/modules/ngx_stream_geoip_module.

Re: [nginx-announce] nginx-1.11.3

2016-07-26 Thread Maxim Konovalov
On 7/26/16 7:46 PM, Kevin Worthington wrote: > Great, thank you Valentin. > That was just fixed. > Best regards, > Kevin > -- > Kevin Worthington > kworthington *@* (gmail] [dot} {com) > http://kevinworthington.com/ > http://twitter.com/kworthington > https://plus.google.com/+KevinWorthington/

Re: [nginx-announce] nginx-1.11.3

2016-07-26 Thread Kevin Worthington
Great, thank you Valentin. Best regards, Kevin -- Kevin Worthington kworthington *@* (gmail] [dot} {com) http://kevinworthington.com/ http://twitter.com/kworthington https://plus.google.com/+KevinWorthington/ On Tue, Jul 26, 2016 at 12:16 PM, Valentin V. Barte

Re: Nginx not spawning both ipv4 and ipv6 workers

2016-07-26 Thread Maxim Dounin
Hello! On Mon, Jul 25, 2016 at 05:24:46PM -0700, Charles Lawrence wrote: > I'm in the process of setting up a new server built on ubuntu 16.04 > using nginx 1.10.0. > > The specific issue is that while my new configuration essentially > matches my old nginx configuration from an ubuntu 13.10 ser

Re: [nginx-announce] nginx-1.11.3

2016-07-26 Thread Valentin V. Bartenev
On Tuesday 26 July 2016 11:15:52 Kevin Worthington wrote: > Hello! > > When building on Cygwin on Windows 7, using the --with-stream flag, it > fails. [..] See: https://trac.nginx.org/nginx/ticket/1032 wbr, Valentin V. Bartenev ___ nginx mailing lis

Re: [nginx-announce] nginx-1.11.3

2016-07-26 Thread Kevin Worthington
Hello! When building on Cygwin on Windows 7, using the --with-stream flag, it fails. Here is my configure with options: ./configure --with-http_ssl_module --with-http_gzip_static_module --with-pcre-jit --with-debug --with-http_addition_module --with-http_auth_request_module --with-http_dav_modul

Re: [nginx-announce] nginx-1.11.3

2016-07-26 Thread Kevin Worthington
Hello Nginx users, Now available: Nginx 1.11.3 for Windows https://kevinworthington.com/nginxwin1113 (32-bit and 64-bit versions) These versions are to support legacy users who are already using Cygwin based builds of Nginx. Officially supported native Windows binaries are at nginx.org. Announce

nginx-1.11.3

2016-07-26 Thread Maxim Dounin
Changes with nginx 1.11.326 Jul 2016 *) Change: now the "accept_mutex" directive is turned off by default. *) Feature: now nginx uses EPOLLEXCLUSIVE on Linux. *) Feature: the ngx_stream_geo_module. *) Feature: the ngx_stream_geoip_module.

basic question about

2016-07-26 Thread ndrini
I have this server block in a EC2 nginx webserver. server { listen 80 default_server; root /home/a/all; index index.html;

Re: Nginx not spawning both ipv4 and ipv6 workers

2016-07-26 Thread Daniel Mostertman
Hi Charles, IPv6 listeners can also accept IPv4 requests. This will result in IPs being passed through to logs and such like :::192.168.123.101. If you do not want this and do want both, add ipv6only=on to the IPv6 listen line. Daniƫl On Jul 26, 2016 02:25, "Charles Lawrence" wrote: > I'm

Re: Full URL parameter in nginx

2016-07-26 Thread iivan
Hi Francis, first of all, thank you for your intervention. Look: ## nginx rule: rewrite ^/(.*)?$ /index.cfm?event=saveURL=$1$is_args$args last; ## this URL: http://www.mywebsite.com/http://www.anotherwebsite.com/index.php?lvl=cmspage&pageid=14&id_article=52 ## Return only: http://www.anoth