Hello,
Great, thanks Andrew!
Best Regards
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,265036,265115#msg-265115
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Hi,
This link was also shown to me today. I have contacted Google to ask
them to reverse the decision to drop NPN HTTP/2.
Kind Regards
Andrew
On 03/03/16 16:00, Alt wrote:
Hello,
"In most cases HTTP/2 with NPN in OpenSSL 1.0.1 will work for now.", yes,
for now, sadly Google will remove the
Hello,
Jim Ohlstein Wrote:
---
> If you need http2 there is always the option to compile your own nginx
> binary against a more modern version of OpenSSL than what your
> operating system provides, or to change operating systems to one which
> pr
Hello,
> On Mar 3, 2016, at 11:00 AM, Alt wrote:
>
> Hello,
>
> "In most cases HTTP/2 with NPN in OpenSSL 1.0.1 will work for now.", yes,
> for now, sadly Google will remove the NPN support in Chrome "soon": "We plan
> to remove support for SPDY in early 2016, and to also remove support for the
Hello,
"In most cases HTTP/2 with NPN in OpenSSL 1.0.1 will work for now.", yes,
for now, sadly Google will remove the NPN support in Chrome "soon": "We plan
to remove support for SPDY in early 2016, and to also remove support for the
TLS extension named NPN in favor of ALPN in Chrome at the same
:32, dannydekr wrote:
I have Ubuntu 14.04 with OpenSSL 1.0.2G,
Upgraded to Nginx 1.9.11 mainline (PPA) from 1.8.1 stable, because Chrome
will drop SPDY in a few months. Better be prepared.
Everything went fine, but when I test HTTP2 I notice that ALPN doesn't
work:
No ALPN negotiated
Since I
I have Ubuntu 14.04 with OpenSSL 1.0.2G,
Upgraded to Nginx 1.9.11 mainline (PPA) from 1.8.1 stable, because Chrome
will drop SPDY in a few months. Better be prepared.
Everything went fine, but when I test HTTP2 I notice that ALPN doesn't
work:
No ALPN negotiated
Since I have the latest ve
With the release of ngx_pagespeed 1.10.33.5, I'm no longer having any make
issues with 1.9.11
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,264422,264581#msg-264581
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/lis
A. Schulze:
The attached patch solve at least the compile error.
now also verified the module work with nginx-1.9.11
Andreas
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Sorry!
On 02/12/2016 12:04 PM, steve wrote:
Server debian jessie, and I'm using the same build script ( which does
include 3rd party stuff ) a 1.9.10 which built flawlessly
To get it to build at all, I had to add the option '
-Wno-write-strings' to the CFLAGS in objs/Makefile, and the res
Server debian jessie, and I'm using the same build script ( which does
include 3rd party stuff ) a 1.9.10 which built flawlessly
To get it to build at all, I had to add the option ' -Wno-write-strings'
to the CFLAGS in objs/Makefile, and the resultant executable resulted in
the current con
>./configure --with-cc-opt="-Wno-write-strings" ...
When I tried this, I get:
Starting nginx: nginx: [emerg] unknown directive "charset" in
/etc/nginx/nginx.conf:15
nginx: configuration file /etc/nginx/nginx.conf test failed
But I just saw your other reply re the ngx_pagespeed changeset, s
Hello!
On Wed, Feb 10, 2016 at 09:30:49PM -0500, qbitx wrote:
> I'm having issues with 1.9.11. With the exact same build configuration as I
> used for 1.9.10, and the exact same config files for nginx - I am now
> getting this when I run nginx -t at the command-line:
>
> nginx: [emerg] unknown
I'm having issues with 1.9.11. With the exact same build configuration as I
used for 1.9.10, and the exact same config files for nginx - I am now
getting this when I run nginx -t at the command-line:
nginx: [emerg] unknown directive "charset" in /etc/nginx/nginx.conf:62
nginx: configuration file
Hello!
On Wed, Feb 10, 2016 at 12:15:53PM +0100, Lukas Tribus wrote:
>
> > I also get a compile error related to Pagespeed:
> > [...]
> > /root/ngx_pagespeed-release-1.10.33.4-beta/src/ngx_pagespeed.cc:3148:1:
> > error: deprecated conversion from string constant to ‘char*’
> > [-Werror=write-st
> I also get a compile error related to Pagespeed:
> [...]
> /root/ngx_pagespeed-release-1.10.33.4-beta/src/ngx_pagespeed.cc:3148:1:
> error: deprecated conversion from string constant to ‘char*’
> [-Werror=write-strings]
> };
> ^
> cc1plus: all warnings being treated as errors
Apply this patch:
1
make[1]: Leaving directory `/root/temp/nginx-1.9.11'
make: *** [build] Error 2
1.9.10 compiles without an issue with pagespeed 1.10.33.2 or .4
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,264422,264460#msg-264460
___
Roman Arutyunyan:
On Tue, Feb 09, 2016 at 08:59:42PM +0100, A. Schulze wrote:
Maxim Dounin:
>Changes with nginx 1.9.11
09 Feb 2016
>
>*) Feature: TCP support in resolver.
the rDNS module (https://www.nginx.com/resources/wiki/mod
On Tue, Feb 09, 2016 at 08:59:42PM +0100, A. Schulze wrote:
>
> Maxim Dounin:
>
> >Changes with nginx 1.9.1109 Feb 2016
> >
> >*) Feature: TCP support in resolver.
>
> the rDNS module (https://www.nginx.com/re
A. Schulze Wrote:
---
> Maxim Dounin:
>
> > Changes with nginx 1.9.1109
> Feb 2016
> >
> > *) Feature: TCP support in resolver.
>
> the rDNS module (https://www.ngin
Maxim Dounin:
Changes with nginx 1.9.1109 Feb 2016
*) Feature: TCP support in resolver.
the rDNS module (https://www.nginx.com/resources/wiki/modules/rdns/)
don't compile anymore
cc -c -g -O2 -fstack-protector-strong -Wformat -Werror=f
It crashes with pagespeed module now. 1.9.10 was working fine.
Andrejs.
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,264422,264436#msg-264436
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
On Tuesday 09 February 2016 11:53:15 locojohn wrote:
> I experience the same issue, but I do not have the module reported by
> anonymous user installed:
>
> system:~#nginx -t
> Floating point exception
>
> dmesg:
> [659221.307369] traps: nginx[20028] trap divide error ip:422fba
> sp:7ffd8c72a8a0
I experience the same issue, but I do not have the module reported by
anonymous user installed:
system:~#nginx -t
Floating point exception
dmesg:
[659221.307369] traps: nginx[20028] trap divide error ip:422fba
sp:7ffd8c72a8a0 error:0 in nginx[40+95d000]
Posted at Nginx Forum:
https://forum.
It's brotli.
Removing
--add-module=/usr/local/src/ngx_brotli
from 1.9.11 config, rebuilding, it's fixed. Runs ok.
brotli's OK atm with 1.9.10, but not with 1.9.11
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Hi
starting wit a running nginx/1.9.10 on linux/64
simple build/upgrade to nginx/1.9.11; same config as before
no errors in build
nginx -v
nginx version: nginx/1.9.11
but,
systemctl start
nginx.serviceJob for nginx.service failed. See
Hello Nginx users,
Now available: Nginx 1.9.11 for Windows
https://kevinworthington.com/nginxwin1911 (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
Changes with nginx 1.9.1109 Feb 2016
*) Feature: TCP support in resolver.
*) Feature: dynamic modules.
*) Bugfix: the $request_length variable did not include size of request
headers when using HTTP/2.
*) Bugfix: in the
28 matches
Mail list logo