Can't add custom library path while compiling nginx from source on Windows

2021-09-15 Thread John Moreira
Hello, I'm trying to compile nginx from source code on Windows with xslt support. I followed all of the directions from the official page http://nginx.org/en/docs/howto_build_on_win32.html to a tee and it works when I do not specify --with-http_xslt_module When specifying --with-http_xslt_module a

Re: Reverse proxy help.

2021-09-15 Thread Francis Daly
On Wed, Sep 15, 2021 at 05:36:54PM -0400, Robert Sawyer wrote: Hi there, > if someone tries to simply access the external IP present an error or > if there is a known page that exists on the proxy server ( I have a > php page with a known name that displays phpinfo for validating server > info) d

Re: Custom

2021-09-15 Thread Francis Daly
On Tue, Sep 14, 2021 at 05:04:43PM +, Mohit Joshi wrote: Hi there, >Looking for a custom configuration block for my module, since this needs > to be applied to all servers so wanted to block inside http as in > MY_MODULE_CONFIGURATION below. I suspect that you will find more examples

Re: Confusing version ranges in security advisories

2021-09-15 Thread Maxim Dounin
Hello! On Thu, Sep 16, 2021 at 01:05:11AM +0530, Hritik Vijay wrote: > We're working on an open source tool to aggregate security advisories > and build an open vulnerabilities database. > (https://github.com/nexB/vulnerablecode/). > This requires us to parse affected and fixed versions from ngin

Reverse proxy help.

2021-09-15 Thread Robert Sawyer
I am new to nginx so please be patient, if this info is available elsewhere please tell me where. I have 3 nginx servers. 1 is used as a reverse proxy and that is where my question is. I have 2 web sites running on my home network. I have configured the DNS to refer the site names to my (fixed

Confusing version ranges in security advisories

2021-09-15 Thread Hritik Vijay
Hello We're working on an open source tool to aggregate security advisories and build an open vulnerabilities database. (https://github.com/nexB/vulnerablecode/). This requires us to parse affected and fixed versions from nginx advisories published at https://nginx.org/en/security_advisories.html.

Dns DoH gateway tutorial out of date?

2021-09-15 Thread dashdruid
Hello, I trying to follow this tutorial (which works for DoT but not DoH): https://www.nginx.com/blog/using-nginx-as-dot-doh-gateway/ I have all these installed: nginx-1.16.1-r6 armv7 {nginx} (BSD-2-Clause) [installed] nginx-1.16.1-r8 armv7 {nginx} (BSD-2-Clause) [upgradable from: nginx-1.16.1-r

Re: Nginx fails on high load on debian 10 vs no problems on debian 9

2021-09-15 Thread janning
Yes I found a solution in my answer here: https://serverfault.com/questions/1002021/nginx-fails-on-high-load-with-debian10-and-not-with-debian9 accept_mutex changed from on to off in the default value. Setting it back to "on" and Nginx is happily running with 10k requests per second again. I gues

Re: Nginx fails on high load on debian 10 vs no problems on debian 9

2021-09-15 Thread joshuawillis
@janning - was curious if you had found a solution to this problem? Posted at Nginx Forum: https://forum.nginx.org/read.php?2,286893,292393#msg-292393 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx