webgui/etc/dev.localhost.localdomain.fcgi
2010-04-06 18:21:46 -04:00

5 lines
164 B
Perl
Executable file

#!/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);