Sophie

Sophie

distrib > Mandriva > 2010.0 > x86_64 > by-pkgid > 37cd05d7830e842d604bbeb500b58002 > files > 1

apache-mod_vhost_sqlite3-2.3.1-9mdv2010.0.x86_64.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>