Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > by-pkgid > b1aa6bdf61ba1222c6fb03388fab8295 > files > 1

apache-mod_dbi_pool-0.4.0-3mdv2008.1.x86_64.rpm

<IfDefine HAVE_DBI_POOL>
    <IfModule !mod_dbi_pool.c>
	LoadModule dbi_pool_module	extramodules/mod_dbi_pool.so
    </IfModule>
</IfDefine>

<IfModule mod_dbi_pool.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>