Re: Trailing Slash redirection poblem

2016-05-02 Thread Muhammad Yousuf Khan
first of all my apologies if i question something inapplicable , this could be the result of my less knowledge in nginx. i hope you guys don't mind. Thanks for the reply, actually we have 5 categories. and then we have hundred plus post in each category. now when user click on our category. he se

Re: binary cgi script download instead of executing

2016-05-02 Thread Aleksandar Lazic
Hi. Am 02-05-2016 10:55, schrieb mayak: hi all, i have simply broken my brain trying to execute a `cgi` script that requires no interpreter -- just execute the cgi binary with the query portion of the url, and it spits out html content. no matter what i do, i always end up with ELF> GARBAGE -

Origin/Edge Questions

2016-05-02 Thread Paul Stewart
Hi folks. Today, we have several NGINX systems deployed .. most of it is for caching frontend to websites via anycasted instance. A couple of our systems though involve video - streaming of realtime linear encrypted video. For that project, I'm looking to build out scale in the system. T

Re: Trailing Slash redirection poblem

2016-05-02 Thread Francis Daly
On Sun, May 01, 2016 at 01:16:51PM +0500, Muhammad Yousuf Khan wrote: Hi there, > >>The configuration you have shown says "if the request is for /live/, > >>ask the browser to instead request /live". > > >>The configuration you have not shown says "if the request is for /live, > >>ask the browse

Re: binary cgi script download instead of executing

2016-05-02 Thread Edho Arief
Hi, On Mon, May 2, 2016, at 17:55, mayak wrote: > hi all, > i have simply broken my brain trying to execute a `cgi` script that > requires no interpreter -- just execute the cgi binary with the query > portion of the url, and it spits out html content. > no matter what i do, i always end up with E

binary cgi script download instead of executing

2016-05-02 Thread mayak
hi all, i have simply broken my brain trying to execute a `cgi` script that requires no interpreter -- just execute the cgi binary with the query portion of the url, and it spits out html content. no matter what i do, i always end up with ELF> GARBAGEĀ  -- the cg