NAME
Apache::DumpHeaders - Watch HTTP transaction via headers
SYNOPSIS
#httpd.conf or some such
PerlLogHandler Apache::DumpHeaders
PerlSetVar DumpHeaders_File -
PerlSetVar DumpHeaders_IP "1.2.3.4 1.2.3.5"
DESCRIPTION
This module is used to watch an HTTP transaction, looking at client and servers headers.
With Apache::ProxyPassThur configured, you are able to watch your browser talk to any server besides the one with this module living inside.
PARAMETERS
This module is configured with PerlSetVar's.
DumpHeaders_File
Required parameter to specify which file you want to dump the headers to.
DumpHeaders_IP
Optional parameter to specify which one or more IP addresses you want to dump traffic from.
SEE ALSO
mod_perl(3), Apache(3), Apache::ProxyPassThru(3)
AUTHOR
Ask Bjoern Hansen <ask@valueclick.com>.
Originally by Doug MacEachern.