CGI::Application::FastCGI man page on Pidora

Man page or keyword search:  
man Server   31170 pages
apropos Keyword Search (all sections)
Output format
Pidora logo
[printable version]

CGI::Application::FastUser3Contributed Perl DocumeCGI::Application::FastCGI(3)

NAME
       CGI::Application::FastCGI - for using CGI::Application under FastCGI

SYNOPSIS
	 # In "WebApp.pm"...
	 package WebApp;
	 use base qw(CGI::Application::FastCGI);
	 sub setup {
	   ...
	 }
	 1;

	 # In "webapp.fcgi"...
	 use WebApp;
	 my $webapp = WebApp->new;
	 $webapp->run;

DESCRIPTION
       Inherit this module instead of CGI::Application if you want to run your
       cgi programs based on CGI::Application under FastCGI.

NOTES
       Note that cgiapp_init() will be called only once under lifecycle of
       FastCGI. setup() will also only be called once. (you should not be
       doing magical things in 'setup'.) So if you want to do something for
       every REQUESTS, you should write the logic in cgiapp_prerun().

SEE ALSO
       CGI::Application, FCGI

AUTHOR
       Naoya Ito <naoya@naoya.dyndns.org>

       This library is free software; you can redistribute it and/or modify it
       under the same terms as Perl itself.

perl v5.14.1			  2005-09-14	  CGI::Application::FastCGI(3)
[top]

List of man pages available for Pidora

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net