diff options
author | nork <nork@FreeBSD.org> | 2002-05-31 19:21:08 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2002-05-31 19:21:08 +0800 |
commit | d217d465587dd6030f403d90ef8a452ba93f8670 (patch) | |
tree | deadabb8f21b493aa41a27ecb18b115e5a363c2c /www/Makefile | |
parent | 0b8184ce3ab9a95853bcb94bcc885fbc3f7488ff (diff) | |
download | freebsd-ports-gnome-d217d465587dd6030f403d90ef8a452ba93f8670.tar.gz freebsd-ports-gnome-d217d465587dd6030f403d90ef8a452ba93f8670.tar.zst freebsd-ports-gnome-d217d465587dd6030f403d90ef8a452ba93f8670.zip |
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/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 8e1565e5129a..581fc03a5071 100644 --- a/www/Makefile +++ b/www/Makefile @@ -228,6 +228,7 @@ SUBDIR += p5-Apache-AuthenURL SUBDIR += p5-Apache-AutoIndex SUBDIR += p5-Apache-DBI + SUBDIR += p5-Apache-DumpHeaders SUBDIR += p5-Apache-Filter SUBDIR += p5-Apache-Icon SUBDIR += p5-Apache-Language |