diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-05-07 12:20:16 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-05-07 12:20:16 +0000 |
commit | 7a125423a84eb1234ecbecb7ae2bcad6321c8dc5 (patch) | |
tree | e36fba4dde3453565be8fbad582b060e827b3594 /www/Makefile | |
parent | 46c256ba99a5614d0103f8595cf935d5533bb366 (diff) | |
download | ports-7a125423a84eb1234ecbecb7ae2bcad6321c8dc5.tar.gz ports-7a125423a84eb1234ecbecb7ae2bcad6321c8dc5.zip |
mod_domaintree is a hostname to filesystem mapper for Apache2. It
maps host names like www.example.com to a filesystem tree like
$prefix/com/example/www/$suffix. It can optionally strip the www
prefix of host names.
WWW: http://dev.iworks.at/mod_domaintree/
PR: ports/96839
Submitted by: Daniel Gerzo <danger@rulez.sk>
Notes
Notes:
svn path=/head/; revision=161570
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 87a27de7dcf7..e11bff107a69 100644 --- a/www/Makefile +++ b/www/Makefile @@ -305,6 +305,7 @@ SUBDIR += mod_cvs SUBDIR += mod_cvs2 SUBDIR += mod_dav + SUBDIR += mod_domaintree SUBDIR += mod_dosevasive20 SUBDIR += mod_dtcl SUBDIR += mod_encoding |