Added Apache CGI/FCGI/mod_perl examples
This commit is contained in:
parent
e9893b25f4
commit
784e0bd73c
5 changed files with 39 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue