Re: NGINX "--with-zlib=..." linker error

2022-03-29 Thread Jim Popovitch via nginx
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On Tue, 2022-03-29 at 16:03 -0300, Fabiano Furtado Pessoa Coelho wrote: > Hi Maxim... > > I have a ./configure error with two or more parameters on > "--with-zlib-opt=...". > > I've tried: >   * --with-zlib-opt=-O2 -fPIC >   * --with-zlib-opt="-O2

Re: Enable http2 and ssl by default

2018-11-15 Thread Jim Popovitch
On Thu, 2018-11-15 at 09:27 -0500, Olaf van der Spek wrote: > Jim Popovitch Wrote: > --- > > On Thu, 2018-11-15 at 08:36 -0500, Olaf van der Spek wrote: > > So a specific use case.  What about port 443 (you haven't men

Re: Enable http2 and ssl by default

2018-11-15 Thread Jim Popovitch
On Thu, 2018-11-15 at 08:36 -0500, Olaf van der Spek wrote: > > (see, this is why posting via forums is like cancer. Hint: the forum > > rarely sends the context, also not to forget the quoted first line > > in the thread opener) > > A proper forum would do that.. A proper forum poster would too.

Re: Enable http2 and ssl by default

2018-11-15 Thread Jim Popovitch
On Thu, 2018-11-15 at 08:05 -0500, Olaf van der Spek wrote: > Why so hostile? Why so vague? (see, this is why posting via forums is like cancer. Hint: the forum rarely sends the context, also not to forget the quoted first line in the thread opener) To address your concerns about nginx config

Re: Enable http2 and ssl by default

2018-11-14 Thread Jim Popovitch
On Wed, 2018-11-14 at 10:40 -0500, Olaf van der Spek wrote: > > If the directive is not present then either *:80 is used if nginx > > runs > > with the superuser privileges, or *:8000 otherwise. > > It'd be nice if http2 and ssl (if cert is configured) were enabled > automatically instead of just

Re: [Nginx] Re: hostname based listen directive with A/AAAA RRs

2018-08-14 Thread Jim Popovitch
On Wed, 2018-08-15 at 03:06 +0300, Maxim Dounin wrote: > Hello! > > On Tue, Aug 14, 2018 at 04:53:23PM -0400, Jim Popovitch wrote: > > > Hello, > > > > Will the following listen statement bind to all addrs (2xIPv4 and > > 2xIPv6)? > > > > se

hostname based listen directive with A/AAAA RRs

2018-08-14 Thread Jim Popovitch
Hello, Will the following listen statement bind to all addrs (2xIPv4 and 2xIPv6)? server { listen www.nginx.org:443 ssh http2 ipv6only=no bind; } -Jim P. ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/ngin