Re: Handling cities with the same name using the GeoIP module

2021-11-14 Thread Maxim Dounin
Hello! On Sun, Nov 14, 2021 at 12:54:47PM -0500, YvorL wrote: > I see. It's weird that I can't use a column that's right there in the > database and would uniquely identify any entry. That's because there is no such column in the database nginx uses. Note that GeoIP modules uses GeoIP database

Re: Handling cities with the same name using the GeoIP module

2021-11-14 Thread YvorL
Thank you for your response! I see. It's weird that I can't use a column that's right there in the database and would uniquely identify any entry. When I checked the Nginx documentation, I saw this: "$geoip_region two-symbol country region code (region, territory, state, province, federal land an

auth_request and apache 2 with kerberos

2021-11-14 Thread Luca Manganelli
Hello, I have this configuration: - a docker with nginx - an apache2 server with kerberos authentication configured. nginx is the main http server (everyone in internet navigate into it). When the user clicks on the "LOGIN" from the website, nginx should use the apache2 as authentication since