RE: Alpine v3.16 package files not found

2022-05-25 Thread John Pfuntner -X (jpfuntne - EASI LLC at Cisco) via nginx
Excellent!! Thank you, Konstantin! > -Original Message- > From: Konstantin Pavlov > Sent: Wednesday, May 25, 2022 7:43 AM > To: nginx@nginx.org > Cc: John Pfuntner -X (jpfuntne - EASI LLC at Cisco) > Subject: Re: Alpine v3.16 package files not found > > Hi Jo

RE: Alpine v3.16 package files not found

2022-05-24 Thread John Pfuntner -X (jpfuntne - EASI LLC at Cisco) via nginx
AM > To: nginx@nginx.org > Cc: John Pfuntner -X (jpfuntne - EASI LLC at Cisco) > Subject: Re: Alpine v3.16 package files not found > > Hi John, > > On 24/05/2022 3:07 PM, John Pfuntner -X (jpfuntne - EASI LLC at Cisco) via > nginx wrote: > > My team builds an NGIN

Alpine v3.16 package files not found

2022-05-24 Thread John Pfuntner -X (jpfuntne - EASI LLC at Cisco) via nginx
My team builds an NGINX Docker image every morning on Alpine v3.16 and this today the package files could not be found at https://nginx.org/packages/mainline/alpine/. Previous builds were fine. Will the Alpine v3.16 directory be available soon? ___ ng

RE: NGINX RPMs for RHEL 8 arm64?

2021-09-20 Thread John Pfuntner -X (jpfuntne - EASI LLC at Cisco)
an 10 has arm64 packages at https://nginx.org/packages/mainline/debian/dists/buster/nginx/. Can the arm64 packages be made available for Debian 9? From: nginx On Behalf Of John Pfuntner -X (jpfuntne - EASI LLC at Cisco) Sent: Monday, September 20, 2021 9:18 AM To: nginx@nginx.org Subject: NGINX

NGINX RPMs for RHEL 8 arm64?

2021-09-20 Thread John Pfuntner -X (jpfuntne - EASI LLC at Cisco)
I am trying to install NGINX from package files (*.rpm, *.deb) on various arm64 Linux distros and the RPMs are not available for RHEL 8 at https://nginx.org/packages/mainline/rhel/8/. RPMs are available for RHEL 7 and CentOS 8 at their respective URLs so I was disappointed that they are missing

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

location root not working as described

2021-03-20 Thread John Fowler
Thank you for the pointer. Looks like the problem has been resolved. The location needed a trailing “/“ on the path. location ^~ /.well-known/acme-challenge/ { allow all; alias /var/www/certbot/; try_files $uri =405; } John Working

location root not working as described

2021-03-20 Thread John Fowler
Good Day, Thank you for your suggestion, but I had tried using the alias as well and that did not work as advertised. The following is the results of using the alias and “^~”. I do see some odd behavior. The following access snippet 2021/03/20 21:44:21 [error] 14#14: *7 open() "/var/www/certbo

location root not working as described

2021-03-19 Thread John Fowler
Good Day, I have nginx running in a docker container and configured to use let’s encrypt for certificates services. The location redirect to /var/www/certbot from /.well-known/acme-challenge does not seem to work. Shown below is the contents of the target location and the contents. **

RE: Nginx throttling issue?

2018-04-04 Thread John Melom
t seem they are related to listen queue overflows. Am I looking at the correct data items? Is my interpretation of the data correct? If so, do you have any other ideas I could investigate? Thanks, John -Original Message- From: nginx [mailto:nginx-boun...@nginx.org] On Behalf Of J

RE: Nginx throttling issue?

2018-03-27 Thread John Melom
Maxim, Thank you for your reply. I will look to see if "netstat -s" detects any listen queue overflows. John -Original Message- From: nginx [mailto:nginx-boun...@nginx.org] On Behalf Of Maxim Dounin Sent: Tuesday, March 27, 2018 6:55 AM To: nginx@nginx.org Subject:

RE: Nginx throttling issue?

2018-03-27 Thread John Melom
level that individually they did not trigger the 1 second delay. The combined workload did trigger the delay for each of the JMeter workload generators. I’m not sure how many machines would be required to avoid the collective response from nginx. Thanks, John From: nginx [mailto:nginx-boun

Nginx throttling issue?

2018-03-26 Thread John Melom
something else I should be trying? The responses are not large, so I don’t believe limit_req is the answer. I have a small number of intense users, so limit_conn does not seem likely to be the answer either. Thanks, John Melom Performance Test Engineer Spōk, Inc. +1 (952) 230 5311 Office john.me

Re: Nginx Auth Request By Source IP

2017-10-19 Thread John Baird
That definitely helped! I didn't realize I could stack like that exactly. Getting a 502 from localhost queries now, I can work on that. Thanks for the quick reply! On Thu, Oct 19, 2017 at 2:08 PM Grzegorz Kulewski wrote: > W dniu 19.10.2017 o 20:59, John Baird pisze: > > I h

Nginx Auth Request By Source IP

2017-10-19 Thread John Baird
I have been doing some reading an googling, and I am wondering if someone can help. I have an oauth2 service successfully authenticating nginx visitors. Because Nginx is fronting a web application on the backend, the web application does NOT have valid domain credentials to interact with the nginx

Re: Matt Wilcox's Setting up a (reasonably) secure home web-server with Raspberry Pi 'howto'

2017-07-24 Thread John
Thanks. Sorted :-) John On 24 July 2017 at 22:20, Viaduct Lists wrote: > I’ve done the same. > > Try listen port 8080, as anything < port 1024 needs to run as root. Then > in your url, enter hedge.local:8080. Shove hedge.local into your > /etc/hosts file and point to the p

Re: Matt Wilcox's Setting up a (reasonably) secure home web-server with Raspberry Pi 'howto'

2017-07-23 Thread John
It seems I've solved it myself. I wish I knew how! John On 24 July 2017 at 13:32, John wrote: > I've been implementing (my 4th iteration) Matt Wilcox's Setting up a > (reasonably) secure home web-server with Raspberry Pi > <https://mattwilcox.net/web-development/s

Matt Wilcox's Setting up a (reasonably) secure home web-server with Raspberry Pi 'howto'

2017-07-23 Thread John
" The /var/log/nginx access.log is empty. The error.log has: 2017/07/23 16:27:29 [notice] 17471#0: signal process started 2017/07/23 16:36:20 [notice] 17519#0: signal process started 2017/07/24 12:36:34 [notice] 20858#0: signal process started I hope I

Re: problem with mailman behind nginx with TLS certs

2016-06-24 Thread John Griessen
On 06/24/2016 10:34 AM, A. Schulze wrote: shouldn't that say "httpS:// ..." ? Yes, thanks, JG ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: problem with mailman behind nginx with TLS certs

2016-06-24 Thread John Griessen
On 06/24/2016 10:29 AM, John Griessen wrote: The problem is with the moderation page. When submitting a change, a security warning pops up saying info will not be encrypted I found what this needed from Mark Sapiro: put DEFAULT_URL_PATTERN = 'https://%s/mailman/' in mm,_cfg.

problem with mailman behind nginx with TLS certs

2016-06-24 Thread John Griessen
://cibolo.us/mailman/admindb/sandbox the URl that has this problem? (All lists on this server have this problem). Thanks, John Griessen = I checked and my configuration had: DEFAULT_URL_HOST = 'cibolo.us' DEFAULT_URL_PATTERN =

Re: Using Nginx with chunking

2015-08-12 Thread Arun John (arujohn)
Hi Maxim, Sorry for the confusion. But even for range requests, it should return the bytes requested, correct? Am I missing any configuration? Regards, Arun On 8/12/15, 6:23 PM, "nginx on behalf of Maxim Dounin" wrote: >Hello! > >On Wed, Aug 12, 2015 at 09:30:15AM +,

Re: Nginx & Digest authentication

2015-08-11 Thread Arun John (arujohn)
works fine and able to authenticate. Regards, Arun On 8/11/15, 7:06 PM, "nginx on behalf of Edho Arief" wrote: >On Tue, Aug 11, 2015 at 10:29 PM, Arun John (arujohn) >wrote: >> Hi, >> >> Thanks for the suggestion. I tried using proxy_pass, but it didn¹t help &g

Re: Nginx & Digest authentication

2015-08-11 Thread Arun John (arujohn)
; root /opt/test/files; } } Is there any issue with my configs? Regards, Arun On 8/11/15, 6:39 PM, "nginx on behalf of Maxim Dounin" wrote: >Hello! > >On Tue, Aug 11, 2015 at 03:35:19AM +, Arun John (arujohn) wrote: > >> I have a NG

Nginx & Digest authentication

2015-08-10 Thread Arun John (arujohn)
I have a NGINX that sits in front of my application. I have digest authentication enabled for the application. I’d like a set up where when a user connects to NGINX using Digest, NGINX simply proxies this request to my application where the actual authentication happens. The authentication logic

Request limit calculation

2015-06-19 Thread John Smith
Hello, I'm John and I'm a nginx noob. I was wondering how the request limit reach is calculated when using  limit_req_zone and limit_req.My problem is that, in development, I'm not concatenating static files such as .js and .css files. And so the browser does about 27 requests

Re: proxy_redirect not working with "refresh"

2015-04-30 Thread John
y did that, and I tried but can't figure out how to fix. So I just used the sub_filter to rewrite and it worked. Indeed I still have to "proxy_set_header Host $host" on the proxy to make that work as well. Sincerely, John ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

proxy_redirect not working with "refresh"

2015-04-29 Thread John
http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_redirect says: "(proxy_redirect) Sets the text that should be changed in the “Location” and “Refresh” header fields of a proxied server response." All examples I found online only mentioned how it works with "Location", and that als

Re: Upgrading mysql and configurating my custom 404.html page.

2014-11-26 Thread Thornx John
Hello Francis, I had upgraded mysql and installed php-fpm and stay with nginx, everything works, but my first goal was to establish an admin page, so when I'v done this update to the latest version, nothing goes better for my admin panel, I had the following message about mysql :

Re: Issues with HttpChunkinModule

2014-11-26 Thread Arun John
m your configuration and be happy :D This module is no longer needed for Nginx 1.3.9+ because since 1.3.9, the Nginx core already has built-in support for the chunked request bodies. And this module is now only maintained for Nginx versions older than 1.3.9. On Wed, Nov 26, 2014 at 7:41 AM, Ar

Issues with HttpChunkinModule

2014-11-26 Thread Arun John
Hi, I am trying to set up a nginx server to support chunking. I followed the steps mentioned in the below webpage to use the feature http://wiki.nginx.org/HttpChunkinModule My nginx version is 1.4.1. According to the above link, I don¹t need to build chunking module separate as it is already bui

Re: Upgrading mysql and configurating my custom 404.html page.

2014-11-25 Thread Thornx John
Hello Francis. Thank you for your reply. I made a discovery that cooled me, I stopped nginx fully with the command: kill -9 27932 27931 27930 27929 27928 27925 with the help of "ps ax" but the site still works with Apache in my opinion. Now I know why nginx does not react and personal error pag

Upgrading mysql and configurating my custom 404.html page.

2014-11-24 Thread Thornx John
I have two problems : Upgrading mysql and configurating my custom 404.html page. I wanted to install an admin page, but need to the consistency of mysql and php version, so I wanted upgrade mysql as the same version as PHP, and I had the following result: Nginx failure and impossible to use port

Rewrite HTTP status code

2014-03-21 Thread John de Freitas
400 Bad Request Thanks. Regards, John ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

RE: When to new directives from mainline trickle down to stable?

2014-03-13 Thread John Reeve
Sarah (and Aaron), Thank you the clarification. At this point we'll have to revisit our options for session persistance and load balancing. If we have any questions about nginx I'll reach out to you. thanks! John -Original Message- From: nginx-boun...@nginx.org [mailto:

When to new directives from mainline trickle down to stable?

2014-03-13 Thread John Reeve
hen features trickle down to stable. Any insight you can provide will be greatly appreciated. Thanks! Regards, John Reeve ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

[PATCH] Mark HTTP chunk terminator to be flushed

2013-11-20 Thread John Watson
This really only affects SSL connections, where if the buffer with chunk terminator is copied into the SSL buffer by itself. Since the new SSL buffer has not reached 16k, it's not flushed thus causing a delay in the client seeing it. flush_chunk_terminator.patch Description: Binary data _

Re: Ngginx reverse proxy issue

2013-10-22 Thread val john
Hi.. Any expert have any idea what may causing this issue Thank You John On 22 October 2013 14:39, val john wrote: > Hi > > we are using nginx as proxy the request to back-end t web application , > but some times when users accessing webapp via proxy , they faced some > un

Ngginx reverse proxy issue

2013-10-22 Thread val john
/webapp; proxy_redirect off; } Thank You John ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

400 bad request and utf8

2013-09-25 Thread john lee
Hi, Im using nginx and rails for my site which contains url with georgian letters ie განცხადებები so something like http://gancxadebebi.ge/ka/%E1%83%92%E1%83%90%E1%83%9C%E1%83%AA%E1%83%AE%E1%83%90%E1%83%93%E1%83%94%E1%83%91%E1%83%94%E1%83%91%E1%83%98 It is mainly working perfectly but sometimes I

JSON REST APIs

2013-09-24 Thread Myla John-B22173
Hi, Are there any JSON APIs defined for Nginx Configuration? Regards, John ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

SAML2.0 support in NGINX

2013-08-15 Thread Myla John-B22173
Hi, Is there any SAML2.0 module available for NGINX? Regards, John ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: cannot build variables_hash

2013-07-29 Thread John Watson
ndrew Alexeev wrote: > On Jul 25, 2013, at 2:49 AM, John Watson wrote: > > Upgraded from 1.2.9 to 1.4.1 and now started getting: > > [emerg] could not build the variables_hash, you should increase either > variables_hash_max_size: 512 or variables_hash_bucket_size: 64 > >

cannot build variables_hash

2013-07-24 Thread John Watson
://gist.github.com/dctrwatson/6075317 adding this to http block fixes it: variables_hash_max_size 1024; Any ideas? Or direction on debugging? Thanks, John ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Prevent nginx caching empty pages?

2013-07-24 Thread John Moore
ly prevent any caching, but that's a different issue). 2. If it is possible, is there any way to prevent it from happening? E.g., setting some kind of minimal cachable size for the cache? This is using the now rather ancient version 0.7.65, I&#x

Re: connect() to 127.0.0.1:80 failed (99: Cannot assign requested address

2013-07-15 Thread John Doe
From: Atul Bansal >On Jul 15, 2013 4:01 PM, "John Doe" wrote: >>Do you need apache at all? >>Can you describe your processing chain? >>=> nginx => php-cgi ? >I want to run wordpress sites on this server. The processing sud be fast and efficient. Websites

Re: connect() to 127.0.0.1:80 failed (99: Cannot assign requested address

2013-07-15 Thread John Doe
From: Atul Bansal >httpd.conf >Listen [::]:80 default_server ipv6only=on; > >default.conf >    listen       80 default_server; >        proxy_pass   http://127.0.0.1; >        fastcgi_pass   127.0.0.1:9000; So, apache listens on ipv6 :80 and nginx tries to listen on ipv4/v6 :80 and pass to ipv

Re: How to log POST body data?

2013-07-14 Thread John Watson
Hi, Trying adding this directive to your location: echo_read_request_body; It needs this 3rd party module though: http://wiki.nginx.org/HttpEchoModule#echo_read_request_body On Sun, Jul 14, 2013 at 7:23 AM, shawnxzhou wrote: > I'm trying to use $request_body but get '-' in my log file for t

Re: Problem with VPN IP address and Nginx

2013-07-12 Thread John Doe
From: wolfy > Nobody can help me? Maybe check the request headers...? JD ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Question about multiple applicable locations in a server config

2013-06-13 Thread John Barton
I have read documentation from several sources, and there is still 1 detail about nginx configuration that I do not fully understand, and would like some additional guidance. In the nginx location configuration, how does one handle locations that would match multiple criteria, but nginx can only

If-Modified-Since proxy cache optimization

2013-04-08 Thread John Watson
completed? Thanks, John ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Simple question about proxy cache

2013-03-22 Thread John Moore
On 22/03/13 14:11, Maxim Dounin wrote: > This looks like valid regular expression (try pcretest if unsure), but > from maintainability point of view I would recommend to use multiple > normal prefix or exact match locations instead of trying to combine > them into a single regexp. Yes, you're

Re: Simple question about proxy cache

2013-03-22 Thread John Moore
On 22/03/13 11:43, Maxim Dounin wrote: > Hello! > > On Fri, Mar 22, 2013 at 11:18:50AM +0000, John Moore wrote: > > [...] > >> Actually, there is one final tweak I'd like. There are a number of >> different locations which I'd like to use the proxy cache f

Re: Simple question about proxy cache

2013-03-22 Thread John Moore
On 22/03/13 11:18, John Moore wrote: > > Actually, there is one final tweak I'd like. There are a number of > different locations which I'd like to use the proxy cache for. I cannot > repeat for each location the block where the cache log is defined (it > rightly complains

Re: Simple question about proxy cache

2013-03-22 Thread John Moore
On 18/03/13 11:21, John Moore wrote: > On 17/03/13 23:08, Maxim Dounin wrote: >> Hello! >> >> On Sun, Mar 17, 2013 at 08:08:39PM +, John Moore wrote: >> >>> I've used nginx as a reverse proxy server for a long while but I've not >>> tried

Re: Upstream least_conn behavior irregularity

2013-03-21 Thread John Watson
, Mar 21, 2013 at 12:29 PM, Ruslan Ermilov wrote: > On Thu, Mar 21, 2013 at 12:03:59PM -0700, John Watson wrote: > >Well doesn't make sense when theres >4 concurrent requests > >At any given time there's around 12 active_connections, but sock-3 is > >st

Re: Upstream least_conn behavior irregularity

2013-03-21 Thread John Watson
Well doesn't make sense when theres >4 concurrent requests At any given time there's around 12 active_connections, but sock-3 is still never being used On Thu, Mar 21, 2013 at 9:34 AM, John Watson wrote: > O... that makes complete sense now. > > Had 4 workers. &g

Re: Upstream least_conn behavior irregularity

2013-03-21 Thread John Watson
O... that makes complete sense now. Had 4 workers. Thanks! On Thu, Mar 21, 2013 at 4:47 AM, Ruslan Ermilov wrote: > On Thu, Mar 21, 2013 at 01:45:14AM -0700, John Watson wrote: > >Was investigating some issues today when we noticed that least_conn > wasn't > >

Upstream least_conn behavior irregularity

2013-03-21 Thread John Watson
Was investigating some issues today when we noticed that least_conn wasn't behaving as expected. upstream backend { least_conn; server unix:/tmp/sock-1.sock; server unix:/tmp/sock-2.sock; server unix:/tmp/sock-3.sock; } The expected behavior for 4 simultaneous requests it should distribut

Re: Simple question about proxy cache

2013-03-18 Thread John Moore
On 17/03/13 23:08, Maxim Dounin wrote: > Hello! > > On Sun, Mar 17, 2013 at 08:08:39PM +0000, John Moore wrote: > >> I've used nginx as a reverse proxy server for a long while but I've not >> tried out the proxy cache until today, and I have to say I'm a li

Simple question about proxy cache

2013-03-17 Thread John Moore
ther my assumptions are correct, and maybe explain how I should set up cacheing to do just what I want, in the simplest way? Thanks. John ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Rewrite inside location block before proxy to local port

2013-03-05 Thread John Wong
Hi, I asked somewhat releated question here: http://serverfault.com/questions/484573/nginx-proxy-to-a-new-vm-without-affect-old-site-enabled-rules Problem arises with one java program. This java program now expects /beta/scm because it said "/scm not found" in its pretty java error page. Not ngin

Timing the backend response...

2013-03-04 Thread John Doe
Hi, in a reverse-proxy setup, what are the options to time the backend response...? There is no timing info in server-status. Is the only way to get them to continually parse the logs for the $request_time and/or $upstream_response_time (and optionally the $body_bytes_sent to calculate the size