Catalyst::Engine::Server - Catalyst Server Engine *DEPRECATED*


Catalyst-Engine-Server documentation  | view source Contained in the Catalyst-Engine-Server distribution.

Index


NAME

Top

Catalyst::Engine::Server - Catalyst Server Engine *DEPRECATED*

SYNOPSIS

Top

A script using the Catalyst::Engine::Server module might look like:

    #!/usr/bin/perl -w

    BEGIN {  $ENV{CATALYST_ENGINE} = 'Server' }

    use strict;
    use lib '/path/to/MyApp/lib';
    use MyApp;

    MyApp->run;

DESCRIPTION

Top

DEPRECATED

This module is no longer recommended, and does not work correctly with latest versions of Catalyst. Please use Catalyst::Engine::HTTP, which is included in the main Catalyst distribution.

TODO

Top

Make HTTP/1.1 optional.

SEE ALSO

Top

Catalyst, Catalyst::Engine, Catalyst::Engine::Server::PreFork.

AUTHOR

Top

Christian Hansen, ch@ngmedia.com

COPYRIGHT

Top


Catalyst-Engine-Server documentation  | view source Contained in the Catalyst-Engine-Server distribution.