NAME

Apache::DumpHeaders - Watch HTTP transaction via headers

SYNOPSIS

#httpd.conf or some such
PerlLogHandler Apache::DumpHeaders
PerlSetVar     DumpHeadersFile -

DESCRIPTION

This module is used to watch an HTTP transaction, looking at client and servers headers. DumpHeadersFile may be a filename or `-' for STDOUT. With Apache::ProxyPassThur configured, you are able to watch your browser talk to any server besides the one with this module living inside.

SEE ALSO

mod_perl(3), Apache(3), Apache::ProxyPassThru(3)

AUTHOR

Doug MacEachern <dougm@osf.org>