AW: [Catalyst] X-Forwarded-Path

2012-10-10 Thread Trzeciak, Rainer
Hi Stephan, what about ProxyPass http://backend.mydomain.ac.uk:5000/CUFSE (please note the /CUFSE at the end) ? You can then skip: RequestHeader set X-Forwarded-Path '/CUFSE' Kind regards, Rainer -Ursprüngliche Nachricht- Von: Stephen Shorrock [mailto:stephen.shorr...@gmail.com]

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