From 9979789092b45cbfe599a06f0316b0557a58c822 Mon Sep 17 00:00:00 2001 From: Jan Kneschke Date: Wed, 15 Jun 2005 12:01:38 +0000 Subject: [PATCH] added comment that only one vhost-module should be active at a time git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@392 152afb58-edef-0310-8abb-c4023f1b3aa9 --- ChangeLog | 9 +++++++++ doc/mysqlvhost.txt | 6 +++++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6a8ed3e5..530321b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -26,6 +26,15 @@ Feature Requests: - crash in read-post - remove default port from Host: +15.06.2005 13:59 - 1.3.14 +- documentation + + more fix-ups for mod_fastcgi, configuration and mysql-vhost + +- tests + + unified test-scripts to use the same framework + 14.06.2005 23:38 - documentation diff --git a/doc/mysqlvhost.txt b/doc/mysqlvhost.txt index b3e5478f..a0c23ed2 100644 --- a/doc/mysqlvhost.txt +++ b/doc/mysqlvhost.txt @@ -22,7 +22,11 @@ Module: mod_mysql_vhost Description =========== -vhost via mysql +With MySQL based vhosting you can put the information where to look for a +document-root of a given host into a MySQL database. + +.. note:: Keep in mind that only one vhost-module should be active at a time. + Don't mix mod_simple_vhost with mod_mysql_vhost. Options =======