NAME
Catalyst::Helper::SCGI - SCGI helper to create a scgi runner script to run the SCGI engine.
SYNOPSIS
use the helper to build the view module and associated templates.
$ script/myapp_create.pl SCGI
DESCRIPTION
This helper module creates the runner script for the SCGI engine.
$self->mk_stuff ( $c, $helper, @args )
Create SCGI runner script
AUTHOR
Orlando Vazquez, <orlando at 2wycked.net
>
BUGS
Please report any bugs or feature requests to orlando at 2wycked.net
ACKNOWLEDGEMENTS
COPYRIGHT & LICENSE
Copyright 2009 Orlando Vazquez, all rights reserved. Copyright 2006 Victor Igumnov, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
NAME
[% app %]_scgi.pl - Catalyst SCGI
SYNOPSIS
[% app %]_scgi.pl [options]
Options:
-? -help display this help and exits
-p -port Port to listen on
-d -daemon daemonize
DESCRIPTION
Run a Catalyst application as SCGI.
AUTHOR
Orlando Vazquez orlando@2wycked.net
COPYRIGHT
This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.