diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-07-30 00:27:20 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-07-30 00:27:20 +0000 |
commit | 109de17137ec1fa08b4046a6387f9d049132fa5e (patch) | |
tree | bbb95992fbaac3eb338d5ade4b68f5626d44984c /www/Makefile | |
parent | 468c69e9109d78005c0fa0da96d019ae5b82d8c1 (diff) |
[NEW PORT] www/mod_vhs: Allows mass virtual hosting using libhome system with Apache 2.0.x
mod_vhs is an Apache Web Server module allowing mass virtual
hosting without the need for file based configuration. The
virtual host paths are translated using libhome system to
get the corrects path at request time.
WWW: http://www.oav.net/projects/mod_vhs/
PR: ports/69616
Submitted by: Xavier Beaudouin <kiwi@oav.net>
Notes
Notes:
svn path=/head/; revision=115043
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 349be0eee8f8..79e953c6c626 100644 --- a/www/Makefile +++ b/www/Makefile @@ -314,6 +314,7 @@ SUBDIR += mod_uid SUBDIR += mod_v2h SUBDIR += mod_vdbh + SUBDIR += mod_vhs SUBDIR += mod_watch SUBDIR += mod_watch4 SUBDIR += mod_webapp |