Re: [Catalyst] fcgid configuration for catalyst

2012-02-02 Thread Tomas Doran
On 3 Feb 2012, at 05:20, Riju Royson wrote: Hi, Thanks for all your help. I was just trying to dump PERL_ENV values to take a look on them. I have removed that line from code now. So nowhere else PERL_ENV is specified. Dumping catalyst request gives the following data now, So, same problem,

Re: [Catalyst] fcgid configuration for catalyst

2012-02-02 Thread Riju Royson
Hi, Thanks for all your help. I was just trying to dump PERL_ENV values to take a look on them. I have removed that line from code now. So nowhere else PERL_ENV is specified. Dumping catalyst request gives the following data now, my $a = bless({ _body=> 0, _context =>

Re: [Catalyst] fcgid configuration for catalyst

2012-02-02 Thread Jason Galea
> > Can you grab the app for the phrase PERL_ENV, and show us the top level > application class, and whichever class contains PERL_ENV? t0m meant to say "Can you grep the app for the phrase PERL_ENV," ..just to avoid any confusion.. > > >> PATH_INFO

Re: [Catalyst] fcgid configuration for catalyst

2012-02-02 Thread Tomas Doran
On 2 Feb 2012, at 11:39, Riju Royson wrote: Hi, Thanks for your reply. I tried using Data::Dump, the values are as follows, stash => { PERL_ENV => { AUTHENTICATE_CN => "rkur

Re: [Catalyst] fcgid configuration for catalyst

2012-02-02 Thread Riju Royson
Hi, Thanks for your reply. I tried using Data::Dump, the values are as follows, my $a = bless({ _body=> 0, _context => bless({ action=> bless({ attributes => { Private => [undef] },

Re: [Catalyst] fcgid configuration for catalyst

2012-02-02 Thread Tomas Doran
On 2 Feb 2012, at 08:45, Riju Royson wrote: Hi, $c->request message contains, _body is 0 _context is APP=HASH(0xcb03754) action is default address is arguments is ARRAY(0xcc14eec) base is http:/// body_parameters is HASH(0xc982a6c) captures is ARRAY(0xcb03a0c) cookies is HASH(0xcb03bec) header

Re: [Catalyst] fcgid configuration for catalyst

2012-02-02 Thread Riju Royson
Hi, $c->request message contains, _body is 0 _context is APP=HASH(0xcb03754) action is default address is arguments is ARRAY(0xcc14eec) base is http:/// body_parameters is HASH(0xc982a6c) captures is ARRAY(0xcb03a0c) cookies is HASH(0xcb03bec) headers is HTTP::Headers=HASH(0xcb0334c) hostname is m

Re: [Catalyst] fcgid configuration for catalyst

2012-02-02 Thread Tomas Doran
On 2 Feb 2012, at 03:37, Riju Royson wrote: Hi, My team owns a dedicated catalyst application which is working on mod_perl and apache. The application is for generating several reports and is used by a huge number of employees in our organization. Now we need to move out of mod_perl because ou

[Catalyst] fcgid configuration for catalyst

2012-02-01 Thread Riju Royson
Hi, My team owns a dedicated catalyst application which is working on mod_perl and apache. The application is for generating several reports and is used by a huge number of employees in our organization. Now we need to move out of mod_perl because our organization stopped supporting it. After some