diff --git a/defaults/yacy.network.freeworld.unit b/defaults/yacy.network.freeworld.unit index 0c85027b5..3244ccf3e 100644 --- a/defaults/yacy.network.freeworld.unit +++ b/defaults/yacy.network.freeworld.unit @@ -18,7 +18,6 @@ network.unit.bootstrap.seedlist0 = http://www.yacy.net/seed.txt network.unit.bootstrap.seedlist1 = http://home.arcor.de/hermens/yacy/seed.txt network.unit.bootstrap.seedlist2 = http://low.audioattack.de/yacy/seed.txt network.unit.bootstrap.seedlist3 = http://www.lulabad.de/seed.txt -network.unit.bootstrap.seedlist4 = http://www.marcelhenseler.de/yacy/seed.txt # each network may use different yacy distributions. # the auto-updater can access network-specific update locations diff --git a/htroot/AccessTracker_p.html b/htroot/AccessTracker_p.html index 0f15e6f45..7c8517eea 100644 --- a/htroot/AccessTracker_p.html +++ b/htroot/AccessTracker_p.html @@ -9,8 +9,7 @@ #%env/templates/submenuAccessTracker.template%# #(page)#
This is a list of requests to the local http server within the last hour.
-Showing #[num]# requests.
+This is a list of #[num]# requests to the local http server within the last hour.
Host | @@ -32,6 +31,19 @@
The following hosts are registered as source for brute-force requests to protected pages
+Host | +Access Times | +
#[host]# | +#[accesstimes]# | +
This is a list of requests to the local http server within the last hour.
diff --git a/htroot/AccessTracker_p.java b/htroot/AccessTracker_p.java index 0c43702c1..dace6959f 100644 --- a/htroot/AccessTracker_p.java +++ b/htroot/AccessTracker_p.java @@ -37,6 +37,7 @@ import de.anomic.http.httpHeader; import de.anomic.net.natLib; import de.anomic.plasma.plasmaSearchQuery; import de.anomic.plasma.plasmaSwitchboard; +import de.anomic.server.serverCore; import de.anomic.server.serverDate; import de.anomic.server.serverObjects; import de.anomic.server.serverSwitch; @@ -82,6 +83,17 @@ public class AccessTracker_p { } } catch (ConcurrentModificationException e) {} // we dont want to synchronize this prop.put("page_list", entCount); + + entCount = 0; + try { + for (Map.Entry