Sophie

Sophie

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

apache-mod_vhost_sqlite3-2.3.1-9mdv2010.0.i586.rpm

<IfDefine HAVE_VHOST_SQLITE3>
    <IfModule !mod_vhost_sqlite3.c>
	LoadModule vhost_sqlite3_module	extramodules/mod_vhost_sqlite3.so
    </IfModule>
</IfDefine>

<IfModule mod_vhost_sqlite3.c>

    # ModVhostEnable - Set on or off to disable mod_vhost
    ModVhostEnable Off

    # ModVhostServer - Set Server used for connection

    # ModVhostUser - Set User used for connection

    # ModVhostPass - Set Pass used for connection

    # ModVhostDb - Set Database used for connection

    # ModVhostSelect - Set Select used for connection

    # ModVhostDebug - Set Debug for module

    # ModVhostRootDir - Set RootPrefix for documentroot

    # ModVhostPositiveCache - Set PositiveCache file for module

    # ModVhostNegativeCache - Set NegativeCache file for module

    # ModVhostAlias - Set Alias directive for module

</IfModule>