Download List

專案描述

mod_myvhost is an Apache module for dynamically configured name-based mass virtual hosting with PHP. Virtual host configurations and PHP settings are stored in a MySQL database. There is no need to have every vhost in apache's configuration file, or to restart apache after a configuration change. It is able to change PHP settings dynamically for any vhost. By default, it sets open_basedir as the vhost's rootdir, but you can change almost any parameter that exists in php.ini. For example, you can turn on safe_mode or register_globals for a particular vhost.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-03-22 06:58
0.21

Now the client is allowed to set safe_mode and open_basedir. This release will set upload_tmp_dir and session.save_path to $DocRoot/.tmp if it exists.
標籤: Stable

2010-03-24 01:13
0.20b

upload_tmp_dir is set to $DocRoot/.tmp if it exists. At least version 1.3.x of APR-Utils libraries is required. The DBD version is heavily based on mod_vhost_dbd.
標籤: DBD

2010-02-24 21:30
0.16

Vhosts that are defined in the Apache configuration and created on the fly now work together.
標籤: Apache 2.0, Apache 2.2, MySQL, PHP 5+

2010-02-16 21:47
0.15-1

This is a beta version for the Apache 2.x branch.
標籤: Apache 2.0

2006-12-05 09:10
0.15

libc's snprintf function is now used instead of ap_psprintf, as it allows the use of more complicated directives like %1$s. The ability to configure a UID and GID for suexec was added.
標籤: Minor feature enhancements

Project Resources