Re: [Catalyst] Passing REMOTE_USER to development server

2012-03-02 Thread Eden Cardim
Stephen == Stephen Shorrock stephen.shorr...@gmail.com writes: Stephen Using an older version of Catalyst (5.80007) I used to start the Stephen development server with: Stephen REMOTE_USER=userid myapp_server.pl Stephen and have available in the application userid via

Re: [Catalyst] Passing REMOTE_USER to development server

2012-03-02 Thread Stephen Shorrock
Many thanks for pointing me towards the docs. REMOTE_USER=someuser plackup ./lib -e'enable ForceEnv = REMOTE_USER = $ENV{REMOTE_USER}' myapp.psgi Seems to do the trick Stephen On Fri, Mar 2, 2012 at 10:26 AM, Eden Cardim edencar...@gmail.com wrote: Stephen == Stephen Shorrock

Re: [Catalyst] Passing REMOTE_USER to development server

2012-03-02 Thread Tomas Doran
On 2 Mar 2012, at 09:08, Stephen Shorrock wrote: Dear list, I realise that this is a very basic question. Using an older version of Catalyst (5.80007) I used to start the development server with: REMOTE_USER=userid myapp_server.pl and have available in the application userid via

Re: [Catalyst] Passing REMOTE_USER to development server

2012-03-02 Thread Tomas Doran
On 2 Mar 2012, at 19:57, Tomas Doran wrote: I'd love to see a doc patch from someone making this clear in Catalyst::PSGI and/or Catalyst::Upgrading? Duh, I should read an entire thread before replying, especially when I'm late. Especially when I ask someone to do something that someone