Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > by-pkgid > 07f708f51ce76adb5dc10715e6581ffb > files > 3

apache-mod_vhost-2.3.1-7mdv2009.1.src.rpm

<IfDefine HAVE_VHOST_PGSQL>
    <IfModule !mod_vhost_pgsql.c>
	LoadModule vhost_pgsql_module	extramodules/mod_vhost_pgsql.so
    </IfModule>
</IfDefine>

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