Re: gmer3.itd.sterling.com/home.htm in the access log

2021-06-03 Thread Thomas Ward
sday, June 3, 2021 4:02 PM *To:* nginx@nginx.org; Benn Boulton *Subject:* Re: gmer3.itd.sterling.com/home.htm in the access log Let's dissect an HTTP request that is sent to your NGINX server. Assume for a moment it's '/cr-bin/mp.exe' that's the request but there's

Re: gmer3.itd.sterling.com/home.htm in the access log

2021-06-03 Thread Thomas Ward
asking. Thanks, - Benn *From:* nginx <mailto:nginx-boun...@nginx.org> *On Behalf Of *Moshe Katz *Sent:* Thursday, June 3, 2021 1:29 PM *To:* nginx@nginx.org <mailto:nginx@nginx.org> *Subject:* Re: gmer3.itd.sterling.com/home.htm <http://gmer3.i

Re: gmer3.itd.sterling.com/home.htm in the access log

2021-06-03 Thread Fatma MAZARI
ing multiple > posts so fast that we occasionally miss one, and hope this will resolve > that. > > Again, the proxy redirect is working, just the log entries is what > prompted my asking. > > > > Thanks, > > - Benn > > *From:* nginx *On > Behalf Of *Mosh

Re: gmer3.itd.sterling.com/home.htm in the access log

2021-06-03 Thread Thomas Ward
ursday, June 3, 2021 1:29 PM *To:* nginx@nginx.org *Subject:* Re: gmer3.itd.sterling.com/home.htm in the access log Benn, I guess my explanation wasn't clear enough, so I'll try again. That value is not coming from anywhere in your server's configuration - it has nothing to do wit

RE: gmer3.itd.sterling.com/home.htm in the access log

2021-06-03 Thread Benn Boulton
er3.itd.sterling.com/home.htm in the access log Benn, I guess my explanation wasn't clear enough, so I'll try again. That value is not coming from anywhere in your server's configuration - it has nothing to do with proxy_pass or anything else. It is the value of the "Referer" he

Re: gmer3.itd.sterling.com/home.htm in the access log

2021-06-03 Thread Moshe Katz
ginx? > > > > -Benn > > > > *From:* nginx *On Behalf Of *Moshe Katz > *Sent:* Thursday, June 3, 2021 12:14 PM > *To:* nginx@nginx.org > *Subject:* Re: gmer3.itd.sterling.com/home.htm in the access log > > > > Benn, > > > > That part of the log is n

RE: gmer3.itd.sterling.com/home.htm in the access log

2021-06-03 Thread Benn Boulton
.itd.sterling.com/home.htm in the access log Benn, That part of the log is not the request URL, it is the referrer header. The path that was requested on your server is before that - a POST request to "/cr-bin/mp.exe". The referrer (which the HTTP standard actually misspells as "r

RE: gmer3.itd.sterling.com/home.htm in the access log

2021-06-03 Thread Benn Boulton
.itd.sterling.com/home.htm in the access log Benn, That part of the log is not the request URL, it is the referrer header. The path that was requested on your server is before that - a POST request to "/cr-bin/mp.exe". The referrer (which the HTTP standard actually misspells as "r

Re: gmer3.itd.sterling.com/home.htm in the access log

2021-06-03 Thread Moshe Katz
Benn, That part of the log is not the request URL, it is the referrer header. The path that was requested on your server is before that - a POST request to "/cr-bin/mp.exe". The referrer (which the HTTP standard actually misspells as "referer") is the web page that is making this request to your s

gmer3.itd.sterling.com/home.htm in the access log

2021-06-03 Thread Benn Boulton
Hello, I have just installed the NGINX service to help rate limit connections to my Apache server on Windows. NGNIX 1.19.10 on Windows 10 64 bit Everything seems to be working fine but I am getting access log entries that I do not understand for the pages I am redirecting. I am running a process