Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > by-pkgid > 21c4dbbe41eac3cf9bc3758cf5187d0d > files > 1

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