aboutsummaryrefslogtreecommitdiff
path: root/perl/fcgi.pl
diff options
context:
space:
mode:
Diffstat (limited to 'perl/fcgi.pl')
-rwxr-xr-xperl/fcgi.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/fcgi.pl b/perl/fcgi.pl
index b3e6d9e..f3701e0 100755
--- a/perl/fcgi.pl
+++ b/perl/fcgi.pl
@@ -13,7 +13,7 @@ while (1) {
try {
my $request = FCGI::Request( \*STDIN, \*STDOUT, \*STDERR, \%ENV, BARE_REQUEST ? 0 : FCGI::OpenSocket(SOCKET_FILE, SOCKET_MAX_CONNECTIONS));
while($request->Accept() >= 0) {
- master();
+ GN::cgi();
}
} catch ($error) {
info("Crashed: $error");