Re: how to configure request rate limiting by Kerberos authenticated user?

2020-08-05 Thread Maxim Dounin
Hello! On Wed, Aug 05, 2020 at 09:21:42PM +, Nica, George wrote: > We are currently using "limit_req_zone $binary_remote_addr" for rate > limiting. However, some of our users are connecting from more than one IP > address, using clients running on computer grids. > We wanted to do request r

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

how to configure request rate limiting by Kerberos authenticated user?

2020-08-05 Thread Nica, George
Hi, We are currently using "limit_req_zone $binary_remote_addr" for rate limiting. However, some of our users are connecting from more than one IP address, using clients running on computer grids. We wanted to do request rate limiting by authenticated user (in addition to the existing one by $b