[cgiapp] Dispatching with PSGI

2014-09-10 Thread Robert Mills
Hi all I'm a long term user of CGI::Application in vanilla CGI environments but now want to make a new project using PSGI/Starman/nginx. As far as I can see I almost have to use CGI::Application::Dispatch otherwise I would need a seperate .psgi instance for each module in my application (right?).

Re: [cgiapp] Dispatching with PSGI

2014-09-10 Thread Ron Savage
Hi Rob On 10/09/14 23:34, Robert Mills wrote: Hi all I'm a long term user of CGI::Application in vanilla CGI environments but now want to make a new project using PSGI/Starman/nginx. As far as I can see I almost have to use CGI::Application::Dispatch otherwise I would need a seperate .psgi