Re: [Catalyst] X-Forwarded-Path

2012-11-11 Thread Brad Bowman
On 11/10/12 00:34, Stephen Shorrock wrote: I'm trying to run an application behind a frontend proxy where the path at the front end is not route: config on frontend.mydomain.ac.uk Location /CUFSE RewriteEngine On RewriteCond %{REMOTE_USER} (.+) RewriteRule . -

Re: [Catalyst] X-Forwarded-Path

2012-10-11 Thread Stephen Shorrock
Thanks t0m, I installed your module and it works great - thanks for writing etc. I guess what I may have been pertaining to is that X-Forwarded-Path using_frontend_proxy doesn't seem to be implemented although on the 'official'? wiki

AW: [Catalyst] X-Forwarded-Path

2012-10-10 Thread Trzeciak, Rainer
] Gesendet: Mittwoch, 10. Oktober 2012 15:35 An: Catalyst@lists.scsys.co.uk Betreff: [Catalyst] X-Forwarded-Path Hi, Catalyst 5.90011 I'm trying to run an application behind a frontend proxy where the path at the front end is not route: config on frontend.mydomain.ac.uk Location /CUFSE

Re: [Catalyst] X-Forwarded-Path

2012-10-10 Thread Tomas Doran
You're not doing anything wrong - there just isn't a common spec for doing this.. You probably want to be using Catalyst::TraitFor::Request::ProxyBase, which I wrote specifically for this use-case however :) Cheers t0m On 10 Oct 2012, at 14:34, Stephen Shorrock wrote: Hi, Catalyst