version 1.23, 2008/11/12 20:01:09
|
version 1.24, 2020/12/18 15:23:03
|
Line 111 sub handler {
|
Line 111 sub handler {
|
return NOT_FOUND; |
return NOT_FOUND; |
} |
} |
|
|
my $reqhost = $r->get_remote_host(REMOTE_NOLOOKUP); |
my $reqhost = &Apache::lonnet::get_requestor_ip($r,REMOTE_NOLOOKUP,1); |
my @hostids= &Apache::lonnet::get_hosts_from_ip($reqhost); |
my @hostids= &Apache::lonnet::get_hosts_from_ip($reqhost); |
if (!@hostids && $reqhost ne '127.0.0.1' ) { |
if (!@hostids && $reqhost ne '127.0.0.1' ) { |
$r->log_reason("Unable to find a host for ". |
$r->log_reason("Unable to find a host for ". |