Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 0e0c1d3a74df563b560c9a649987f4d1 > files > 1

apache-mod_apreq-2.12-2mdv2010.0.i586.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>