Re: Rewrite regex with percent signs

2016-05-22 Thread redrobes
Francis Daly Wrote: --- > On Sun, May 22, 2016 at 07:16:35AM -0400, redrobes wrote: > > Hi there, > > > For example, we have a url of the following: > > /members/redrobes-albums-2d%20vs%203d%20?-picture12345-mt-pub01.jpg > > The %20 pieces in t

Re: Rewrite regex with percent signs

2016-05-22 Thread Francis Daly
On Sun, May 22, 2016 at 07:16:35AM -0400, redrobes wrote: Hi there, > For example, we have a url of the following: > /members/redrobes-albums-2d%20vs%203d%20?-picture12345-mt-pub01.jpg The %20 pieces in there are url-encoded spaces. In a "location" or a "rewrite", you would have to match a singl

Re: Errorlog shows GET timeout; Accesslog shows POST

2016-05-22 Thread Francis Daly
On Fri, May 20, 2016 at 03:45:15PM -0400, bclod wrote: Hi there, > We've implemented a lightweight APIGW on nginx 1.9.9 using openresty > packages to customize the handling/proxying logic. We have dozens clients > that are able to leverage this implementation just fine. I suspect that the detai

Rewrite regex with percent signs

2016-05-22 Thread redrobes
Hello, I am helping an admin sort out some 404 issues by using some rewrite which have generally been successful. However we have a couple of cases that are a bit mysterious and hope you can help explain. This is from a vbulletin forum that used to use the vbseo extension to make the url's prettier