Fixed bug in the check of the Server IP

git-svn-id: svn://192.168.202.10@896 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mikec
2008-06-25 14:20:24 +00:00
parent 145f693b52
commit 141af0222f
@@ -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;
}