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

2021-06-03 Thread Thomas Ward
You're most welcome!  (Your reply to me did not go to the list) Sometimes, it helps to see the actual HTTP request or an example request and understand the headers, etc.  You're right, this is likely being added by your poster.exe program which precedes your existence or involvement in the pro

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

2021-06-03 Thread Thomas Ward
You should create your own thread for this issue, Fatma, as it has nothing to do with the issue that Benn was having. Thomas On 6/3/21 5:07 PM, Fatma MAZARI wrote: Hi, I have a question, I wanna use nginx and ffmpeg to serve chunks to clients without using or sending .m3u file to client. Ho

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

2021-06-03 Thread Fatma MAZARI
Hi, I have a question, I wanna use nginx and ffmpeg to serve chunks to clients without using or sending .m3u file to client. How can i do this lease? * ffmpeg copy streams in local ( in /home/STREAMS/channel/stream%d.ts ==> /home/STREAMS/channel/stream1.ts , /home/STREAMS/channel/stream2.ts , /hom

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

2021-06-03 Thread Thomas Ward
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 extra headers.  The full HTTP request looks like this (CURL format output, but also what NGINX spits in debug mode): POST /cr-bin/mp.exe referer: example.c

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

2021-06-03 Thread Benn Boulton
Hi, Currently… The posts are coming from the same computer that is hosting NGINX that passes the requests to an external server. Eventually… NGINX will be run on the same computer with Apache and will also function as a load balancer for multiple servers. One being the same as NGINX and othe

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

2021-06-03 Thread Moshe Katz
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" header that is in the incoming request. First, are these log lines

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

2021-06-03 Thread Benn Boulton
Hello Moshe, Thanks for the reply. I guess I was not clear enough in my post. I know the /cr-bin/mp.exe is part of the POST request. What I do not understand is where the gmer3.itd.sterling.com/home.htm is coming from. It is not my proxy_pass value. It is not part of the POST request or part

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

2021-06-03 Thread Benn Boulton
Hello Moshe, Thanks for the reply. I guess I was not clear enough in my post. I know the /cr-bin/mp.exe is part of the POST request. What I do not understand is where the gmer3.itd.sterling.com/home.htm is coming from. It is not my proxy_pass value. It is not part of the POST request or part

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

Re: Help: Using Nginx Reverse Proxy bypass traffic in to a application running in a container

2021-06-03 Thread Fatma MAZARI
Hi, I have a question, I wanna use nginx and ffmpeg to serve chunks to clients without using or sending .m3u file to client. How can i do this lease? * ffmpeg copy streams in local ( in /home/STREAMS/channel/stream%d.ts ==> /home/STREAMS/channel/stream1.ts , /home/STREAMS/channel/stream2.ts , /h

Re: How to install nginx-module-njs on alpine

2021-06-03 Thread Fatma MAZARI
Hi, I have a question, I wanna use nginx and ffmpeg to serve chunks to clients without using or sending .m3u file to client. How can i do this lease? * ffmpeg copy streams in local ( in /home/STREAMS/channel/stream%d.ts ==> /home/STREAMS/channel/stream1.ts , /home/STREAMS/channel/stream2.ts , /hom