On Sat, June 24, 2006 9:19 pm, Yuji Maeda wrote: > And CGI::Application::FastCGI has another problem. > It will NOT create CGI::App object every single request. > So variables will be stuck. > -> http://rt.cpan.org/Public/Bug/Display.html?id=17736
Bingo. That was the problem. Seems strange that $self->param() variables would get stuck and that's a "feature", but to each his own I suppose. Guess I'll do it the "hard" way. :) > > Do you know this way to use FastCGI? > http://cgiapp.erlbaum.net/cgi-bin/cgi-app/index.cgi?FastCGI > Hah. That's the solution I came up with "independently". And it seems to work excellently, so far. Apache2, postgres 8.1, FastCGI, CGI::App, CGI::FormBuilder and suexec - a very nice combo. Thanks! -DJCP -- -**---****-----******-------********---------********** Daniel Collis-Puro Software Engineer End Point Corp. [EMAIL PROTECTED] **********---------********-------******-----****---**- --------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/[email protected]/ http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2 To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
