Re: lots of work in a location block...

2014-06-18 Thread Valentin V. Bartenev
On Wednesday 18 June 2014 19:35:02 Steve Holdoway wrote: > That's a red herring... cut/paste error. The rewrite is being processed, > the result isn't being passed to the proxy server. > [..] Without a full and exact copy of your configuration there's no way to help you. Every single bit of it h

Re: lots of work in a location block...

2014-06-18 Thread Steve Holdoway
That's a red herring... cut/paste error. The rewrite is being processed, the result isn't being passed to the proxy server. On Wed, 2014-06-18 at 11:14 +0400, Valentin V. Bartenev wrote: > On Wednesday 18 June 2014 12:15:29 Steve Holdoway wrote: > > Hi Folks, > > > > I'm trying to integrate a pyt

Re: lots of work in a location block...

2014-06-18 Thread Valentin V. Bartenev
On Wednesday 18 June 2014 12:15:29 Steve Holdoway wrote: > Hi Folks, > > I'm trying to integrate a python backend into a pre-existing php > website, and am having problems doing this as I need to rewrite the url > at the same time... eg: this is what isn't working. > > location = /example {

lots of work in a location block...

2014-06-17 Thread Steve Holdoway
Hi Folks, I'm trying to integrate a python backend into a pre-existing php website, and am having problems doing this as I need to rewrite the url at the same time... eg: this is what isn't working. location = /example { rewrite /example/(.*) /$1 break; ro