Sophie

Sophie

distrib > Mageia > 1 > i586 > media > core-updates-src > by-pkgid > f331466ffcef1a5c613554bb604033ee > files > 5

apache-2.2.23-1.mga1.src.rpm

<IfDefine HAVE_PROXY>
    <IfDefine HAVE_PROXY_SCGI>
	<IfModule mod_proxy.c>
	    <IfModule !mod_proxy_scgi.c>
		LoadModule proxy_scgi_module	modules/mod_proxy_scgi.so
	    </IfModule>
	</IfModule>
    </IfDefine>
</IfDefine>

<IfModule mod_proxy_scgi.c>

    # ProxySCGISendfile - The name of the X-Sendfile peudo response header or On or Off

    # ProxySCGIInternalRedirect - Off if internal redirect responses should not be accepted

</IfModule>