diff options
author | nork <nork@FreeBSD.org> | 2002-05-31 11:21:08 +0000 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2002-05-31 11:21:08 +0000 |
commit | d217d465587dd6030f403d90ef8a452ba93f8670 (patch) | |
tree | deadabb8f21b493aa41a27ecb18b115e5a363c2c /www/p5-Apache-DumpHeaders/pkg-descr | |
parent | 0b8184ce3ab9a95853bcb94bcc885fbc3f7488ff (diff) | |
download | FreeBSD-ports-d217d465587dd6030f403d90ef8a452ba93f8670.zip FreeBSD-ports-d217d465587dd6030f403d90ef8a452ba93f8670.tar.gz |
Add www/p5-Apache-DumpHeaders, an Apache module that watches HTTP
transactions under mod_perl, looking at the headers.
Reviewed by: knu (mentor)
Approved by: knu (mentor)
Diffstat (limited to 'www/p5-Apache-DumpHeaders/pkg-descr')
-rw-r--r-- | www/p5-Apache-DumpHeaders/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/www/p5-Apache-DumpHeaders/pkg-descr b/www/p5-Apache-DumpHeaders/pkg-descr new file mode 100644 index 0000000..e18f414 --- /dev/null +++ b/www/p5-Apache-DumpHeaders/pkg-descr @@ -0,0 +1,7 @@ +This module is used to watch an HTTP transaction, +looking at the client and servers headers. With +Apache::ProxyPassThru configured, you are able to +watch your browser talk to any server besides the +one with this module living inside. + +Author: Ask Bjoern Hansen <ask@develooper.com> |