The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::Phoebe::DebugIpNumbers - log visitor IP numbers for Phoebe

DESCRIPTION

By default the IP numbers of your visitors are not logged. This small extensions allows you to log them anyway if you're trying to figure out whether a bot is going crazy.

There is no configuration. Simply add it to your config file:

    use App::Phoebe::DebugIpNumbers;

Phoebe tries not to collect visitor data. Logging visitor IP numbers goes against this. If your aim is detect and block crazy bots by having fail2ban watch the log files, consider using App::Phoebe::SpeedBump instead.