minor refactoring

This commit is contained in:
Patrick Donelan 2010-04-07 10:50:45 -04:00
parent c7235378d1
commit 1ad2f0cfd7
9 changed files with 4 additions and 44 deletions

View file

@ -1,5 +0,0 @@
#!/usr/bin/perl
use Plack::Server::CGI;
my $app = Plack::Util::load_psgi("/data/WebGUI/etc/dev.localhost.localdomain.psgi");
Plack::Server::CGI->new->run($app);

View file

@ -1,5 +0,0 @@
#!/usr/bin/perl
use Plack::Server::FCGI;
my $app = Plack::Util::load_psgi("/data/WebGUI/etc/dev.localhost.localdomain.psgi");
Plack::Server::FCGI->new->run($app);

View file

@ -1,7 +0,0 @@
LOAD PSGI
CREATE SERVICE psgi
SET role = web_server
SET listen = 127.0.0.1:80
SET plugins = psgi
PSGI_APP = dev.localhost.localdomain.psgi
ENABLE psgi