diff options
author | will <will@FreeBSD.org> | 2001-04-11 06:22:56 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-04-11 06:22:56 +0800 |
commit | cefb0509d20583448ecc40765b830213a8afb7df (patch) | |
tree | 10304c705820959cf5ca49c5d205302b6b887fb5 /www/Makefile | |
parent | 682e380bf0933adb620fbe815131188f5c6bf3d6 (diff) | |
download | freebsd-ports-gnome-cefb0509d20583448ecc40765b830213a8afb7df.tar.gz freebsd-ports-gnome-cefb0509d20583448ecc40765b830213a8afb7df.tar.zst freebsd-ports-gnome-cefb0509d20583448ecc40765b830213a8afb7df.zip |
Add mod_hosts_access 1.0.0, an Apache module that makes Apache respect
hosts.allow and hosts.deny.
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 c990bd380e9a..86994cd183fa 100644 --- a/www/Makefile +++ b/www/Makefile @@ -119,6 +119,7 @@ SUBDIR += mod_dtcl SUBDIR += mod_fastcgi SUBDIR += mod_gzip + SUBDIR += mod_hosts_access SUBDIR += mod_index_rss SUBDIR += mod_layout SUBDIR += mod_mp3 |