Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > by-pkgid > 2f10cb0758e76efd5dbdee60daeaa8bb > files > 1

apache-mod_ndb-1.0-0.rc.6mdv2009.1.src.rpm

<IfDefine HAVE_NDB>
    <IfModule !mod_ndb.c>
	LoadModule ndb_module	extramodules/mod_ndb.so
    </IfModule>
</IfDefine>

<IfModule mod_ndb_ap20.cc>

    # ndb-connectstring - NDB Connection String

    # ndb-max-read-subrequests - Limit to number of read subrequests in mod_ndb
    # scripts

    # Database - MySQL database schema

    # Table - NDB Table

    # Deletes - Allow DELETE over HTTP

    # ETags - Compute and set ETag header in response

    # Format - Result Set Format

    # Columns - List of attributes to include in result set

    # AllowUpdate - List of attributes that can be updated using HTTP

    # PrimaryKey - Allow Primary Key lookups

    # UniqueIndex - Allow unique key lookups, given index name and columns

    # OrderedIndex - Allow ordered index scan, given index name and columns

    # PathInfo - Schema for interpreting the rightmost URL path components

    # Filter - NDB Table

</IfModule>