diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2012-04-06 13:31:48 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2012-04-06 13:31:48 +0000 |
commit | 35f04c5630acba35370795ec2a2fae6745aa5147 (patch) | |
tree | c5ec7348e24347b9d99bbaa3bcb6b7137256267b /www/Makefile | |
parent | f62909ca37229de5b6062b32906258c8a382fc1a (diff) |
- new Port mod-myvhost
mod_myvhost is Apache module for dynamically configured name based mass virtual
hosting with PHP, virtual host's configurations and PHP settings are stored in
database.
No need to have every vhost in apache's configuration file, no need to restart
apache after configuration changed (vhost added|deleted, vhost rootdir changed,
vhost unblocked/unblocked...).
After all, it is capable to change settings of PHP4/5 dynamically (if php is
loadable module or it is linked with apache) for any vhost. By default, it sets
open_basedir as vhost's rootdir to prevent user from stoling files from other
users and from your server, but you have ability to change almost any parameter
that exists in php.ini, for example, you can turn on safe_mode or
register_globals for particular vhost, if it has old php scripts that use global
variables.
WWW: http://code.google.com/p/mod-myvhost/
requested on FreeBSD-apache list by Igor Popov <ipopovi@gmail.com> (Author)
http://lists.freebsd.org/pipermail/freebsd-apache/2012-March/002700.html
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=294287
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 253147aacc9b..54e0e7e44b88 100644 --- a/www/Makefile +++ b/www/Makefile @@ -494,6 +494,7 @@ SUBDIR += mod_memcache SUBDIR += mod_mono SUBDIR += mod_musicindex + SUBDIR += mod_myvhost SUBDIR += mod_ntlm2 SUBDIR += mod_pagespeed SUBDIR += mod_perl2 |