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 server.
Moshe On Thu, Jun 3, 2021 at 12:08 PM Benn Boulton <bboul...@skippingstone.com> wrote: > 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 that posts to the server. NGNIX is processing the > request and passing it to the destination server but it is not > gmer3.itd.sterling.com/home.htm as shown in the access log entries below. > > Any Idea why > > 127.0.0.1 - t_skipstone [03/Jun/2021:10:30:07 -0400] "POST /cr-bin/mp.exe > HTTP/1.1" 200 569 "gmer3.itd.sterling.com/home.htm" "brow v1.0 CCI" > > 127.0.0.1 - t_skipstone [03/Jun/2021:10:31:07 -0400] "POST /cr-bin/mp.exe > HTTP/1.1" 200 569 "gmer3.itd.sterling.com/home.htm" "brow v1.0 CCI" > > 127.0.0.1 - t_skipstone [03/Jun/2021:10:33:35 -0400] "POST /cr-bin/mp.exe > HTTP/1.1" 200 569 "gmer3.itd.sterling.com/home.htm" "brow v1.0 CCI" > > 127.0.0.1 - t_skipstone [03/Jun/2021:10:37:42 -0400] "POST /cr-bin/mp.exe > HTTP/1.1" 200 569 "gmer3.itd.sterling.com/home.htm" "brow v1.0 CCI" > > 127.0.0.1 - t_skipstone [03/Jun/2021:10:55:03 -0400] "POST /cr-bin/mp.exe > HTTP/1.1" 200 569 "gmer3.itd.sterling.com/home.htm" "brow v1.0 CCI" > > 127.0.0.1 - t_skipstone [03/Jun/2021:10:56:34 -0400] "POST /cr-bin/mp.exe > HTTP/1.1" 200 569 "gmer3.itd.sterling.com/home.htm" "brow v1.0 CCI" > > > > Thanks > > *Benn * > > > _______________________________________________ > nginx mailing list > nginx@nginx.org > http://mailman.nginx.org/mailman/listinfo/nginx
_______________________________________________ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx