From 02b51d68eed1cb07e87cec8eb379ba0d54c1c48d Mon Sep 17 00:00:00 2001 From: mikec Date: Wed, 25 Jun 2008 14:20:24 +0000 Subject: [PATCH] Fixed bug in the check of the Server IP git-svn-id: svn://192.168.202.10@896 3d104415-ff17-0410-8863-d5cf3c621b8a --- experimental/FastAGI_log_multi_server.pl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/experimental/FastAGI_log_multi_server.pl b/experimental/FastAGI_log_multi_server.pl index 73f9fe71..cf6a0a0f 100644 --- a/experimental/FastAGI_log_multi_server.pl +++ b/experimental/FastAGI_log_multi_server.pl @@ -155,6 +155,8 @@ use Net::Server::PreFork; # any personality will do sub process_request { + my $self = shift; + $process = 'begin'; $script = 'VDfastAGI'; ########## Get current time, parse configs, get logging preferences ########## @@ -251,6 +253,8 @@ sub process_request { { $agi_string = "+++++++++++++++++ FastAGI Start ++++++++++++++++++++++++++++++++++++++++"; &agi_output; + $agi_string = "Connection accepted from $ast_server_ip"; + &agi_output; }