Apache-LogIgnore

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN


perl -MCPAN -e"install Apache::LogIgnore"

or manually by untarring the archive and running the following commands.

    perl Makefile.PM
    make
    make test
    make install

You'll then need to edit your httpd.conf (or appropriate Apache config file)

<Location /path>
PerlLogHandler Apache::LogIgnore
PerlSetVar     DebugFlag 1
PerlSetVar     IgnoreHost 192.168.0.2
PerlSetVar     IgnoreAgent Moz
PerlSetVar     IgnoreReferer 192.168.0.2
PerlSetVar     IgnoreFrom foo@bar.com
PerlSetVar     IgnoreMinSize 100
PerlSetVar     IgnoreMaxSize 400000



( run in 0.299 second using v1.01-cache-2.11-cpan-de7293f3b23 )