Re: OT: Rapid Reset attacks on HTTP/2

2023-10-12 Thread Rick Gutierrez
good to know, thanks for the info Maxim. El mar, 10 oct 2023 a las 17:55, Maxim Dounin () escribió: > > Hello! > > On Tue, Oct 10, 2023 at 05:30:52PM -0400, Rick Gutierrez wrote: > > > In the open version 1.24 and 1.25 the correction will be applied?, ¿or in > > the new

Re: OT: Rapid Reset attacks on HTTP/2

2023-10-10 Thread Rick Gutierrez
In the open version 1.24 and 1.25 the correction will be applied?, ¿or in the new release? Regards On Tue, Oct 10, 2023 at 3:46 PM Jeffrey Walton wrote: > On Tue, Oct 10, 2023 at 3:04 PM Maxim Dounin wrote: > > > > On Tue, Oct 10, 2023 at 02:50:37PM -0400, Jeffrey Walton wrote: > > > > >

Re: situation with friendly urls

2023-04-09 Thread Rick Gutierrez
El dom, 9 abr 2023 a las 7:27, Francis Daly () escribió: > Hi Francis :) > > When you say that it does not load correctly, can you show one specific > request that does not get the response that you want it to get? That > should make it easier to identify where things are going wrong. https://ne

Re: situation with friendly urls

2023-04-08 Thread Rick Gutierrez
El sáb, 1 abr 2023 a las 16:49, Rick Gutierrez () escribió: > > El jue, 30 mar 2023 a las 23:12, Rick Gutierrez > () escribió: > Hi here again, I have tried different configurations but I cannot get the project website to load correctly. ### backend config location /assets/ { al

Re: situation with friendly urls

2023-04-01 Thread Rick Gutierrez
El jue, 30 mar 2023 a las 23:12, Rick Gutierrez () escribió: > Let me try, I'll put it in the reverse proxy I send the log, there is a folder that nginx is not loading for me "assets" https://pastebin.com/JMP3n7iB I think there could be an error, what do you think?

Re: situation with friendly urls

2023-03-30 Thread Rick Gutierrez
El jue, 30 mar 2023 a las 19:39, Dan Swaney () escribió: > > Another thing to try would be to enable debug to your output log. > > Add this line to the top of your nginx.conf file and restart NGINX: > > error_log /var/log/nginx/error.log debug; > > > This assumes you have built NGINX with the conf

Re: situation with friendly urls

2023-03-30 Thread Rick Gutierrez
El jue, 30 mar 2023 a las 19:32, Dan Swaney () escribió: > > Check to make sure the file is stored as UTF-8 Unicode instead of ANSI. > > I once had an issue where NGINX wouldn't load and the log showed nothing > useful. It turned out I had to convert the file to UTF-8 Unicode to get it > to work

situation with friendly urls

2023-03-30 Thread Rick Gutierrez
Hi list, I have a situation that I want to share, we develop a small application in php that has friendly urls, it has a section in English and the other in Spanish, but when we put it in the backend server the project does not load correctly. I want to share a bit about the design of our infrastr

Re: module geoip2 with map directive

2023-01-23 Thread Rick Gutierrez
El sáb, 21 ene 2023 a las 19:16, Francis Daly () escribió: > > On Sat, Jan 21, 2023 at 04:34:26PM -0600, Rick Gutierrez wrote: > > I'm pretty sure that this "include" line works, but... > Hi francis > > part of my nginx.conf > > > >

module geoip2 with map directive

2023-01-21 Thread Rick Gutierrez
Hi list, I'm trying to block some countries to prevent access to three applications from my app server, the problem is that the list is large and I want to separate them into a separate file. I'm using the geoip2 module and when I add the maps directive and make an include to specify the file it d

Re: load balancer the best way to solve

2023-01-17 Thread Rick Gutierrez
El vie, 13 ene 2023 a las 17:51, Maxim Dounin () escribió: > > > > Certainly nginx can do that. By default, all user requests are > used by nginx to detect any upstream server failures, and re-route > requests to other available servers. > > Active health checks, which are indeed only available in

load balancer the best way to solve

2023-01-12 Thread Rick Gutierrez
Hi list, I have a situation where I am looking for the best way to solve it, I have a load balancer with nginx 1.22.1 and behind it I have three backend servers: / -> App1 / load balancer. / --> App2 /

Re: nginx module mysql o other

2020-10-17 Thread Rick Gutierrez
El sáb., 17 oct. 2020 a las 13:43, Sergey A. Osokin () escribió: > > Hi there, > > here's a third-party mysql module for nginx, > https://github.com/openresty/drizzle-nginx-module > It's possible to compile it as a dynamic module for both versions > of nginx. > ok, I'm going to read and see how it

Re: nginx module mysql o other

2020-10-17 Thread Rick Gutierrez
hi, any idea? El El jue, 15 de oct. de 2020 a la(s) 20:54, Rick Gutierrez < xserverli...@gmail.com> escribió: > Hi List, I am developing an application in Mysql + php where I need to > use the geo module / directive to be able to block by ip or networks, > but I'm not sure

nginx module mysql o other

2020-10-15 Thread Rick Gutierrez
Hi List, I am developing an application in Mysql + php where I need to use the geo module / directive to be able to block by ip or networks, but I'm not sure if there is any way that nginx can integrate with mysql making some kind of connection with some include-mysql.conf, the idea is that users c

Re: app mvc behind proxy reverse

2020-08-07 Thread Rick Gutierrez
Thank Francis, if you're right, it's a backend problem. we are solving. El El jue, 6 de ago. de 2020 a la(s) 10:25, Francis Daly escribió: > On Thu, Aug 06, 2020 at 09:48:55AM -0600, Rick Gutierrez wrote: > > > El jue., 6 ago. 2020 a las 6:29, Francis Daly () > e

Re: app mvc behind proxy reverse

2020-08-06 Thread Rick Gutierrez
El jue., 6 ago. 2020 a las 6:29, Francis Daly () escribió: > Hi francis > > Your nginx config says that when the client asks nginx for > /pais/agregareditar, nginx asks the upstream for /pais/agregareditar -- > your log at "05/Aug/2020:17:20:51" shows this request. > > Your nginx config says that

app mvc behind proxy reverse

2020-08-05 Thread Rick Gutierrez
Hi, I am having some problems to load an app made in mvc, when I access the url and I want to edit a table to make a change, the proxy returns me to the root of the project, and it does not stay in app/pais I paste the url log, where it says it can't find resource 404 https://pastebin.com/AeRRrMR

Re: Optimize SO for nginx

2019-04-22 Thread Rick Gutierrez
El sáb., 20 abr. 2019 a las 0:05, Peter Booth via nginx () escribió: > > Where is your upstream? Where is your pho executing? Do you have a CDN? Hi Peter , both my upstream and php application are in the same datacenter ,different virtual machines with kvm, 1gb network , I do not have CDN > > The

Optimize SO for nginx

2019-04-19 Thread Rick Gutierrez
Hi, some recommendation to optimize a server of 4gb ram and 4 core for reverse proxy, with ssl activated, brotli and centos 7 SO, when I speak of optimizing is to modify the sysctl.conf I need to support 12k in a couple of applications with php and asp.net some experience advice? -- rickygm ht