Sophie

Sophie

distrib > Mageia > 1 > i586 > media > core-updates > by-pkgid > 3c4a8c30db20c8326e0cb3c555c4e817 > files > 1

apache-mod_proxy_scgi-2.2.22-2.mga1.i586.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>