Apache2-Connection-SkipDummy

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

    In your httpd.conf:

     PerlPostReadRequestHandler Apache2::Connection::SkipDummy

DESCRIPTION
    End requests from the main httpd process to child processes which are
    only using for waking up processes listening for new connections.

    You can see this in your access log with the identifying user agent
    "(internal dummy connection)". You can remove these entries with
    mod_setenvif directives also, but this is a mod_perl based solution for
    those who don't have httpd compiled with mod_setenvif.

SEE ALSO
    Apache2::Connection

    http://wiki.apache.org/httpd/InternalDummyConnection

AUTHOR
    Fred Moyer, <fred@redhotpenguin.com>

COPYRIGHT AND LICENSE

lib/Apache2/Connection/SkipDummy.pm  view on Meta::CPAN

In your httpd.conf:

 PerlPostReadRequestHandler Apache2::Connection::SkipDummy

=head1 DESCRIPTION

End requests from the main httpd process to child processes which are
only using for waking up processes listening for new connections.

You can see this in your access log with the identifying user agent
"(internal dummy connection)".  You can remove these entries with mod_setenvif
directives also, but this is a mod_perl based solution for those who
don't have httpd compiled with mod_setenvif.

=head1 SEE ALSO

L<Apache2::Connection>

http://wiki.apache.org/httpd/InternalDummyConnection

=head1 AUTHOR

Fred Moyer, E<lt>fred@redhotpenguin.comE<gt>



( run in 0.423 second using v1.01-cache-2.11-cpan-3989ada0592 )