Re: nginx install error

2015-11-03 Thread wangyiran125
i download nginx-plus-6.repo from https://cs.nginx.com/repo_setup Posted at Nginx Forum: https://forum.nginx.org/read.php?2,262587,262591#msg-262591 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

RE: different centos version + different nginx version make different performance

2015-11-03 Thread Xiaokai Wang
hi steve, Thanks your reply, it's so nice to me! Sorry to return you back lately. Yes, it' hard for a totally fair scenario, maybe we can concentrate on main factor? The environment nginx is used as a proxy, and as we all know it's hardly consumed memory. The nginx i

Re: nginx rewrite url without causing redirect and proxy to backend app

2015-11-03 Thread nanaya
On Wed, Nov 4, 2015, at 05:27 AM, kodeninja wrote: > Howdy, everyone! > > I'm trying to figure out if there's a way to achieve this with nginx: > . > I didn't get response on the SO q

Re: nginx install error

2015-11-03 Thread Erick Ocrospoma
Seems like a gpg repo issue. Sorry, how did you get that repo? On 3 November 2015 at 21:12, wangyiran125 wrote: > i want to install nginx plus .and i try these steps step by step > Setup instruction for RHEL6/CentOS6/Oracle Linux 6 > Create /etc/ssl/nginx/ directory > Move CA.crt, nginx-repo.key

nginx install error

2015-11-03 Thread wangyiran125
i want to install nginx plus .and i try these steps step by step Setup instruction for RHEL6/CentOS6/Oracle Linux 6 Create /etc/ssl/nginx/ directory Move CA.crt, nginx-repo.key and nginx-repo.crt files to /etc/ssl/nginx/ directory Copy nginx-plus-6.repo file to /etc/yum.repos.d/ directory Run yum i

ignore bad conf file

2015-11-03 Thread Frank Liu
Hi all, Is there a way to configure nginx to ignore bad conf files? My master nginx.conf has a include elsewhere/*.conf towards the end. Other people and programs can drop new configs into "elsewhere" directory. nginx reloads and all is great. Sometimes if one guy drops a conf file with a typo or

nginx rewrite url without causing redirect and proxy to backend app

2015-11-03 Thread kodeninja
Howdy, everyone! I'm trying to figure out if there's a way to achieve this with nginx: . I didn't get response on the SO question yet, so trying my luck here :). Please let me know if

Re: http2 problem??

2015-11-03 Thread steve
On 11/04/2015 08:33 AM, itpp2012 wrote: See http://mailman.nginx.org/pipermail/nginx/2015-September/048680.html Posted at Nginx Forum: https://forum.nginx.org/read.php?2,262577,262579#msg-262579 Thanks. I've taken the easier way out and removed http2 from http traffic and all is well. --

Re: http2 problem??

2015-11-03 Thread steve
Many thanks. On 11/04/2015 08:22 AM, Richard Stanway wrote: You've set port 80 to listen with http2, but you're not passing --http2 to curl so you're getting back an unexpected binary http2 response. Due to lack of ALPN I suggest you don't use http2 on port 80. On Tue, Nov 3, 2015 at 8:05 PM,

Re: http2 problem??

2015-11-03 Thread itpp2012
See http://mailman.nginx.org/pipermail/nginx/2015-September/048680.html Posted at Nginx Forum: https://forum.nginx.org/read.php?2,262577,262579#msg-262579 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: http2 problem??

2015-11-03 Thread Richard Stanway
You've set port 80 to listen with http2, but you're not passing --http2 to curl so you're getting back an unexpected binary http2 response. Due to lack of ALPN I suggest you don't use http2 on port 80. On Tue, Nov 3, 2015 at 8:05 PM, steve wrote: > Hi folks, > > I'm having a problem with the con

http2 problem??

2015-11-03 Thread steve
Hi folks, I'm having a problem with the configuration of my site... basically, I use a default server config to redirect traffic to my www. site under https, but the http: redirection doesn't work. Here's the redirect server config: server { listen 101.0.108.116:80 default http2;

RE: No ALPN, only NPN with http2

2015-11-03 Thread Lukas Tribus
> Ah, this is probably the problem: > > built with OpenSSL 1.0.1f 6 Jan 2014 It is. ALPN is supported only in the 1.0.2 branch. Lukas ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/li

Re: RE: No ALPN, only NPN with http2

2015-11-03 Thread Synchro
Ah, this is probably the problem: built with OpenSSL 1.0.1f 6 Jan 2014 I'll open a ticket on the package repo to see if it can be built with a later version. Oddly, I can't find any mention of ALPN support in the openssl release notes at all: https://www.openssl.org/news/changelog.html This

RE: No ALPN, only NPN with http2

2015-11-03 Thread Lukas Tribus
> I'm attempting to deploy http2 with nginx 1.9.6 using teward's Ubuntu > packages (https://launchpad.net/~nginx/+archive/ubuntu/development). I've > got openssl 1.0.2d on both client and server and I'm testing with Chrome > Canary and Firefox 41.0.2. Post "nginx -V" output.

No ALPN, only NPN with http2

2015-11-03 Thread Synchro
I'm attempting to deploy http2 with nginx 1.9.6 using teward's Ubuntu packages (https://launchpad.net/~nginx/+archive/ubuntu/development). I've got openssl 1.0.2d on both client and server and I'm testing with Chrome Canary and Firefox 41.0.2. The SSL config has a Qualys A+ rating and works perfect