error: Can't locate object method "remote_ip" via package "Apache2::Connection" at /var/www/dhandler line 59. context: ... 55: # Marcell 56: # Always allow access from Ixonos intranet 57: # (this is needed to work around the 401 errors for the autobuilder) 58: my $c = $r->connection; 59: my $ip = $c->remote_ip; 60: if ($ip =~ '10\.5\.1\.\d+') { 61: $access{allowdownload} = 1; 62: } 63: # ------- ... code stack: /var/www/dhandler:59