From 5540780e9011d2385a0226f4e22fe73c0bc92798 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Thu, 18 Mar 2010 18:41:31 +0100 Subject: initial import --- public/dispatch.fcgi | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 public/dispatch.fcgi (limited to 'public/dispatch.fcgi') diff --git a/public/dispatch.fcgi b/public/dispatch.fcgi new file mode 100755 index 0000000..559f2b7 --- /dev/null +++ b/public/dispatch.fcgi @@ -0,0 +1,6 @@ +#!/home/franck/local/bin/perl +use Plack::Handler::FCGI; + +my $app = do('/home/franck/tmp/dancerREST/app.psgi'); +my $server = Plack::Handler::FCGI->new(nproc => 5, detach => 1); +$server->run($app); -- cgit 1.4.1