Re: [cgiapp] CGI::App FastCGI and Forking Behavior

2015-01-08 Thread Justin J
Looks good - thanks for the reply, Thomas. My app.cgi looks much like this now, #!/usr/bin/perl -w use CGI::Fast; use App; while (my $q = new CGI::Fast) { my $app = new App(QUERY = $q); $app-run(); } Which I like, since if I want to run the CGI::App under plain CGI, all I gotta do is

Re: [cgiapp] CGI::App FastCGI and Forking Behavior

2015-01-08 Thread Justin J
(replying to my own post) Nevermind - POSTing works fine with CGI::Fast - it was my own humble error. The problem was that I was clobbering the CGI::Fast object. Somewhere in the bowels of my code was this line (basically) use CGI; $q = CGI-new( \hook ); I'm using this

Re: [cgiapp] CGI::App FastCGI and Forking Behavior

2015-01-08 Thread Thomas Krichel
Justin J writes I don't know what I should worry about, or what has been figure out. Well, for what it's worth, here is what I have done when migrationg a project to CGI::App with, hopefully, fastCGI under suxexec. I run apache mod_fcgid. It's a module I can much recommend, it is rock