Sophie

Sophie

distrib > Mandriva > current > i586 > media > main-updates > by-pkgid > 08ff375e1395783ff122a50fbdf3a3b5 > files > 1

apache-mod_proxy_scgi-2.2.22-0.1mdv2010.2.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>