mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
74b0fec496
- Update WWW
13 lines
617 B
Plaintext
13 lines
617 B
Plaintext
reslog resolves IPs in Apache(8) log files. The result can then be analyzed
|
|
by another program, like Analog. You can think of it as a replacement of the
|
|
Apache(8) HostNameLookups directive, in the sense that it resolves client
|
|
IPs altogether once a day.
|
|
|
|
Resolving takes long time. This is mainly caused by resolving: Network
|
|
packets may be filtered by firewalls; DNS servers may not be correctly
|
|
configured; may not be up working; may sit in slow network sections; may be
|
|
old slow machines; may have traffic jam... etc. All these reasons are out of
|
|
our control.
|
|
|
|
WWW: https://metacpan.org/release/IMACAT/reslog-3.16
|