rijuroyson has asked for the wisdom of the Perl Monks concerning the following question:
I have a webpage application that is developed in catalyst framework. This application is used to generate different reports from database. We were using mod_perl with apache for this application. Now we want to migrate from mod_perl to fastcgid. While doing the same, am stuck with an issue.
The application uses $c->uri_for call to get the absolute http path. It was working fine with mod_perl environment. But in fastcgid, the same call is not returning any value.
Did anyone faced such an issue ? Any pointers for this issue will be very helpful for me.
Thanks,
Riju
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Catalyst issue
by Khen1950fx (Canon) on Jan 06, 2012 at 10:21 UTC | |
by rijuroyson (Initiate) on Jan 09, 2012 at 06:03 UTC | |
|
Re: Catalyst issue
by Anonymous Monk on Jan 07, 2012 at 01:13 UTC | |
by rijuroyson (Initiate) on Jan 09, 2012 at 06:05 UTC |