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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user