Mojolicious::Command::fastcgi
FastCGI Command
FastCGI Command
use Mojolicious::Command::fastcgi; my $fastcgi = Mojolicious::Command::fastcgi->new; $fastcgi->run;
Mojolicious::Command::fastcgi is a command interface to Mojo::Server::FastCGI.
Mojolicious::Command::FastCGI inherits all attributes from Mojo::Command and implements the following new ones.
my $description = $fastcgi->description;
$fastcgi = $fastcgi->description('Foo!');
Short description of this command, used for the command list.
my $usage = $fastcgi->usage;
$fastcgi = $fastcgi->usage('Foo!');
Usage information for this command, used for the help screen.
Mojolicious::Command::fastcgi inherits all methods from Mojo::Command and implements the following new ones.
$fastcgi->run;
Run this command.
Mojolicious, Mojolicious::Guides, <http://mojolicio.us>.