Package: netdisco-frontend

/usr/share/netdisco/html/login.html line 50 will fail as Apache 2.4 does
note have "remote_ip" anymore due to internal changes (hence 2.4 instead
of 2.2).

In that file instead of:
my $userip    = $r->connection->remote_ip;

just have:
my $userip    = $r->connection->remote_host();

and everything will work again.

This holds for netdisco 1.0 till the recently released 1.3.

Greets,
 Jeroen


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to