From owner-cvs-ports@FreeBSD.ORG Fri Apr 6 13:31:49 2012 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 12DBC106564A; Fri, 6 Apr 2012 13:31:49 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D81F18FC12; Fri, 6 Apr 2012 13:31:48 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q36DVmNj090416; Fri, 6 Apr 2012 13:31:48 GMT (envelope-from ohauer@repoman.freebsd.org) Received: (from ohauer@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q36DVmPD090415; Fri, 6 Apr 2012 13:31:48 GMT (envelope-from ohauer) Message-Id: <201204061331.q36DVmPD090415@repoman.freebsd.org> From: Olli Hauer Date: Fri, 6 Apr 2012 13:31:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile ports/www/mod_myvhost Makefile distinfo pkg-descr pkg-plist ports/www/mod_myvhost/files patch-Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Apr 2012 13:31:49 -0000 ohauer 2012-04-06 13:31:48 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/mod_myvhost Makefile distinfo pkg-descr pkg-plist www/mod_myvhost/files patch-Makefile Log: - 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 (Author) http://lists.freebsd.org/pipermail/freebsd-apache/2012-March/002700.html Feature safe: yes Revision Changes Path 1.3149 +1 -0 ports/www/Makefile 1.1 +63 -0 ports/www/mod_myvhost/Makefile (new) 1.1 +2 -0 ports/www/mod_myvhost/distinfo (new) 1.1 +26 -0 ports/www/mod_myvhost/files/patch-Makefile (new) 1.1 +17 -0 ports/www/mod_myvhost/pkg-descr (new) 1.1 +4 -0 ports/www/mod_myvhost/pkg-plist (new)