Added Apache CGI/FCGI/mod_perl examples

This commit is contained in:
Patrick Donelan 2009-10-11 01:07:08 +11:00
parent e9893b25f4
commit 784e0bd73c
5 changed files with 39 additions and 2 deletions

View file

@ -6,7 +6,8 @@ BEGIN {
our $WEBGUI_CONFIG = 'dev.localhost.localdomain';
our $DOCUMENT_ROOT = '/data/domains/dev.localhost.localdomain/public';
}
use local::lib $WEBGUI_ROOT;
use lib "$WEBGUI_ROOT/lib";
#use local::lib $WEBGUI_ROOT;
use WebGUI;
use Plack::Builder;