Re: [Help][File download issue]

2022-02-13 Thread Praveen Kumar K S
Hello, Not sure if my messages are reaching. Can someone please confirm ? On Thu, Feb 10, 2022 at 10:52 AM Praveen Kumar K S wrote: > Hello, > > I tried passing keep-alive to curl and still it is failing at 60%. Any > clues ? > > On Wed, Feb 9, 2022 at 4:17 PM Praveen

Re: [Help][File download issue]

2022-02-09 Thread Praveen Kumar K S
Hello, I tried passing keep-alive to curl and still it is failing at 60%. Any clues ? On Wed, Feb 9, 2022 at 4:17 PM Praveen Kumar K S wrote: > Hello, > > I'm trying to download a file using curl and it's failing with the below > error message. > > curl: (18) tr

[Help][File download issue]

2022-02-09 Thread Praveen Kumar K S
th nginx config? Thanks. -- *Regards,* *K S Praveen Kumar* ___ nginx mailing list -- nginx@nginx.org To unsubscribe send an email to nginx-le...@nginx.org

Reg permanent redirect

2021-07-12 Thread Praveen Kumar K S
Hello, Is there any way to permanently redirect abc.com/def to xyz.com ? I have tried return 301. But the context /def is being passed to xyz.com Please help. Regards, ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/ngin

Re: nginx: [emerg] host not found in upstream

2020-12-16 Thread Praveen Kumar K S
Hello, Thanks for the explanation. I will look into the options what we have at this point. On Tue, Dec 15, 2020 at 3:27 AM Francis Daly wrote: > On Mon, Dec 14, 2020 at 06:57:50PM +0530, Praveen Kumar K S wrote: > > Hi there, > > > 1. nginx fails to start when an upstream

Re: nginx: [emerg] host not found in upstream

2020-12-14 Thread Praveen Kumar K S
aly wrote: > On Mon, Dec 14, 2020 at 12:45:00PM +0530, Praveen Kumar K S wrote: > > Hi there, > > > I'm facing issue where if one of the upstream servers is down, nginx > going > > to emerg mode with the subjected error. > > Generally, nginx does not care if in

nginx: [emerg] host not found in upstream

2020-12-13 Thread Praveen Kumar K S
imple round-robin server app-1:9763 fail_timeout=60s;server app-2:9763 fail_timeout=60s;server app-3:9763 fail_timeout=60s; }server {listen 80;server_name app.localhost;location / { proxy_pass }}}* --

Re: Dashboard

2020-12-13 Thread Praveen Kumar K S
0203#msg-290203 > > ___ > nginx mailing list > nginx@nginx.org > http://mailman.nginx.org/mailman/listinfo/nginx > -- *Regards,* *K S Praveen KumarM: +91-9986855625 * ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Dashboard

2020-12-13 Thread Praveen Kumar K S
Hello, Can someone please guide if this is possible? On Fri, Dec 11, 2020 at 1:52 PM Praveen Kumar K S wrote: > By the way, I'm running nginx as docker. > > On Fri, Dec 11, 2020 at 1:36 PM Praveen Kumar K S > wrote: > >> Hello, >> >> I have configured

Re: Dashboard

2020-12-11 Thread Praveen Kumar K S
By the way, I'm running nginx as docker. On Fri, Dec 11, 2020 at 1:36 PM Praveen Kumar K S wrote: > Hello, > > I have configured round robin load balance in nginx conf and the requests > are being served. I would like to know if there are any useful tools to > capture the

Re: Nginx HA

2020-12-11 Thread Praveen Kumar K S
-> LVS } -> Nginx . > > VIP - managed by Keepalived > LVS with keepalived in HA , as layer 4 Load balancer > Nginx multiple machines . > > This might help : > https://programming.vip/docs/setup-of-linux-high-availability-lvs-load-balancing-cluster-keepalived-lvs-dr.html &

Dashboard

2020-12-11 Thread Praveen Kumar K S
. For example, I have 3 servers defined under upstream and if I'm hitting 10K requests, is there any way to get, out of 10K requests, which upstream server served how many requests. Thanks. -- *Regards,* *Praveen* ___ nginx mailing list nginx@ngin

Nginx HA

2020-12-08 Thread Praveen Kumar K S
Hello, I'm trying to achieve HA and was going through few forums that explained the same using pacemaker and keepalive. I would like to know what are the best practices and proven methods to achieve the same. Thanks! -- *Regards,* *Pr

499 response code for NGINX Proxy App in Cloud Foundry

2020-11-12 Thread praveen
ogging 499 response code in the access logs. If we restart the cf app , then everything works fine for sometime and again goes back to the error state. Can you please suggest what might be the possible reason for this? Thanks, praveen Posted at Nginx Forum: https://forum.nginx.org/read.php?2,289976,

Switch between upstream server

2020-05-28 Thread Praveen Kumar K S
Hello, Is it possible to have multiple upstream servers defined in nginx configuration. But still the request should be sent to only one upstream server. Lets say, I have two upstream servers A and B. Nginx should proxy request to A by default. But when A is not available, it should send request t

Re: Compatibility Matrix

2020-04-30 Thread Praveen Kumar K S
Hi Sergey, Thanks for the detailed response. That helps a lot. On Thu, Apr 30, 2020 at 7:09 PM Sergey A. Osokin wrote: > Hi Praveen, > > hope you're doing well these days. > > I don't think I've ever heard about a document like that, however > it&#x

Compatibility Matrix

2020-04-30 Thread Praveen Kumar K S
Hello, Can anyone help where can I get the compatibility matrix on the versions of pcre, zlib, openssl is tested/supported by specific version of Nginx ? TIA -- *Regards,* *K S Praveen KumarM: +91-9986855625 * ___ nginx mailing list nginx

Re: How to hide kernel information

2020-04-28 Thread Praveen Kumar K S
ndow, Options, > MSS, etc... Totally unrelated to nginx, and the same information > could be gathered on any open service / port. > ___ > nginx mailing list > nginx@nginx.org > http://mailman.ngi

Re: Compile Nginx

2020-04-28 Thread Praveen Kumar K S
n just copy the nginx binary. > > rr > > ___ > nginx mailing list > nginx@nginx.org > http://mailman.nginx.org/mailman/listinfo/nginx > -- *Regards,* *K S Praveen KumarM: +91-9986855625 * ___ nginx m

Re: How to hide kernel information

2020-04-28 Thread Praveen Kumar K S
kernel information using Nginx ? >> >> Cheers, >> PK >> ___ >> nginx mailing list >> nginx@nginx.org >> http://mailman.nginx.org/mailman/listinfo/nginx > > > > -- > > > *Regards,* &g

Compile Nginx

2020-04-28 Thread Praveen Kumar K S
Hello, Can I compile nginx on Ubuntu 16.04 and reuse it on other deployments? Or do I need to compile every time ? Please advise. ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: How to hide kernel information

2020-04-27 Thread Praveen Kumar K S
heers, > PK > ___ > nginx mailing list > nginx@nginx.org > http://mailman.nginx.org/mailman/listinfo/nginx -- *Regards,* *K S Praveen KumarM: +91-9986855625 * ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

How to hide kernel information

2020-04-27 Thread Praveen Kumar K S
Hello, I have hosted Nginx 1.16.1 on Ubuntu 16.04. Have configured SSL from LetsEncrypt. Everything is running fine. Only port 80 and 443 are allowed. During security testing, I see that kernel information is exposed on domain. More details at https://www.tenable.com/plugins/nessus/11936 Is ther

jpeg image quality is bad

2013-03-28 Thread Praveen Yarlagadda
ffering on;* * }* * * *}* * * *server {* *listen 80;* *server_name ~.*;* *location / {* * access_log off;* * return 503;* *}* *}* *}* Thanks a lot! -Praveen <>___ nginx mailing list ngin

Re: some sort of attack?

2013-03-16 Thread Praveen Yarlagadda
/ {* *limit_req zone=ratezone burst=5 nodelay;* *proxy_pass http://appservers;* * }* *}* * * *server {* *listen 80;* *server_name ~.*;* *location / {* * access_log off;* * return 503;* *}* *}* -Praveen On