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
This commit is contained in:
Jan Kneschke 2005-06-15 12:01:38 +00:00
parent ee1c38df7c
commit 9979789092
2 changed files with 14 additions and 1 deletions

View File

@ -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

View File

@ -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
=======