Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > fd030fd7397494a68106b19ffa841570 > files > 1

apache-mod_vhost_dbi-0.1.0-6mdv2010.0.i586.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>