Skip to content

Conversation

@ianburrell
Copy link

Plack::Handler::FCGI::Engine uses Plack::Handler::FCGI with FCGI::Engine::ProcManager. FCGI::Engine::PSGI has a different interface than Plack::Handler.

FCGI::Engine::PSGI->new(app => $app)->run();

Plack::Handler::FCGI::Engine::PSGI->new()->run($app);

The latter can be used with "plackup" -s option. (-s FCGI::Engine::PSGI).

Also, adds Plack::Test::Suite tests for Plack::Handler::FCGI::Engine::PSGI and FCGI::Engine::PSGI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant