Sophie

Sophie

distrib > * > cooker > x86_64 > by-pkgid > 0e2006b95dc55f91570cf0e58a2a4dee > files > 1

apache-mod_vhost_dbi-0.1.0-9.x86_64.rpm

<IfDefine HAVE_VHOST_DBI>
    <IfModule !mod_vhost_dbi.c>
	LoadModule vhost_dbi_module	extramodules/mod_vhost_dbi.so
    </IfModule>
</IfDefine>

<IfModule mod_vhost_dbi.c>

    # PoolDbiDriver - The DBI Driver

    # PoolDbiHost - The host for the database connection

    # PoolDbiUsername - The username for the database connection

    # PoolDbiPassword - The password for the database connection

    # PoolDbiDBName - The name of the database containing the tables

    # PoolDbiConnMin - The Minimum Number of Database Connections

    # PoolDbiConnSoftMax - The Soft Maximum Number of Database Connections

    # PoolDbiConnHardMax - The Hard Maximum Number of Database Connections

    # PoolDbiConnTTL - The Database Pool Time To Live for Each Connection.

</IfModule>