Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > media > contrib-release > by-pkgid > add5be4a84bb9796fc7d5668a5bb5769 > files > 1

apache-mod_apreq-2.12-3mdv2010.1.x86_64.rpm

<IfDefine HAVE_APREQ2>
    <IfModule !mod_apreq2.c>
	LoadModule apreq_module	extramodules/mod_apreq2.so
    </IfModule>
</IfDefine>

<IfModule mod_apreq2.c>

    # APREQ2_TempDir - Default location of temporary directory
    APREQ2_TempDir /tmp

    # APREQ2_ReadLimit - Maximum amount of data that will be fed into a parser.

    # APREQ2_BrigadeLimit - Maximum in-memory bytes a brigade may use.

</IfModule>