Re: Help please

2020-01-28 Thread Richard Paul
By the looks of things, if the application is redirecting to /wfc that's not working, your application doesn't seem to accept that as a valid. The Squid cache is returning a miss and so it is hitting the backend and getting a 404 from there it seems. /wfc/ with a trailing slash does work however

Re: UDP Load balancing - [Solved]

2020-01-28 Thread arigatox
Excellent! I upgraded to 1.16.1 and udp load balancing is working as expected. Thank you again Roman. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,286837,286842#msg-286842 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mai

Re: UDP Load balancing

2020-01-28 Thread arigatox
Thanks Roman, I will try a newer version and let you know Posted at Nginx Forum: https://forum.nginx.org/read.php?2,286837,286841#msg-286841 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Help please

2020-01-28 Thread Richard Paul
It doesn't actually redirect to /wfc/ though, or rather your log lines show a 404 at /wfc Also, your log line says /wfc/logon not /wfc/htmlnavigator/logon GET /wfc GET /wfc/logon GET /wfcstatic/applications/wpk/html/scripts/cookie.js?version=8.1.6.2032 On Tue, 2020-01-28 at 14:03 +, Johan

RE: Help please

2020-01-28 Thread Johan Gabriel Medina Capois
Sure. The problem is that we have an backend application running in HTML5, when we navigate to http://kronos.mardom.com/wfc/htmlnavigator/logon and try to login, it redirect to http://kronos.mardom.com/wfc/ and deploy error message "you have no access" , but when navigate from localhost no prob

Re: UDP Load balancing

2020-01-28 Thread Roman Arutyunyan
Hi, On Tue, Jan 28, 2020 at 08:52:53AM -0500, arigatox wrote: > Hi, I am testing nginx as a reverse proxy/load balancer for UDP. I have > configured the upstream servers, and it is working fine, except one issue > that is driving me crazy. > > It seems that nginx does not keep the udp source port

UDP Load balancing

2020-01-28 Thread arigatox
Hi, I am testing nginx as a reverse proxy/load balancer for UDP. I have configured the upstream servers, and it is working fine, except one issue that is driving me crazy. It seems that nginx does not keep the udp source ports between requests. It changes the source port on every request. So I can

Re: Help please

2020-01-28 Thread J.R.
> Can you help us please? You're going to have to be a *bit* more specific what your problem is... ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Help please

2020-01-28 Thread Johan Gabriel Medina Capois
Morning We are new using nginx as reverse proxy, we are having trouble with a site in IIS getting this logs Access logs "GET /wfc HTTP/1.1" 404 0 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko/20100101 Firefox/72.0" "GET /wfc/logon HTTP/1.1" 200 7496 "-" "Mozilla/5.0 (Windows NT

Re: stress testing nginx server

2020-01-28 Thread basti
In the past I have used "siege". I have grep the access.log for 200 Status code and create a list. This list I used for input in siege to have a very close realistic stress test. Best Regards On 28.01.20 01:41, James Read wrote: > Hi, > > does anyone know of a way to stress test a nginx server?