Pass CONF_SECTION to setup_modules(), in preparation for
authoraland <aland>
Thu, 28 Jun 2007 10:34:27 +0000 (10:34 +0000)
committeraland <aland>
Thu, 28 Jun 2007 10:34:27 +0000 (10:34 +0000)
commit5896a2a46e1af25a4a2357f0f1bbdeb8d174d6d7
treea69b26c7681887a52cc64753be21bf74b7ca33f6
parent99cdff3902753a4838e2d8c1ac091dbe32b4d6ee
Pass CONF_SECTION to setup_modules(), in preparation for
making HUP easier.

Load ALL virtual servers, whether or not they're referenced.
We can set Virtual-Server in an expanded string taken from
an SQL query, so there's no way of knowing from the config files
if a server is needed.

If a server isn't needed, don't list it in sites-enabled/

Load the default server last.
src/include/modules.h
src/main/mainconfig.c
src/main/modules.c