Sophie

Sophie

distrib > Mageia > 1 > i586 > media > core-updates-src > by-pkgid > 380bd1f756d9c44bb76748d1f4d4e6d6 > files > 4

apache-2.2.17-5.2.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>