Sophie

Sophie

distrib > Mandriva > current > i586 > media > main-updates > by-pkgid > 7df9154d2452fa58e14e38e6d139a4d4 > files > 1

apache-mod_proxy_ajp-2.2.22-0.1mdv2010.2.i586.rpm

<IfDefine HAVE_PROXY>
    <IfDefine HAVE_PROXY_AJP>
	<IfModule mod_proxy.c>
	    <IfModule !mod_proxy_ajp.c>
		LoadModule proxy_ajp_module	modules/mod_proxy_ajp.so
	    </IfModule>
	</IfModule>
    </IfDefine>
</IfDefine>

<IfModule mod_proxy_ajp.c>

    #
    # When loaded, the mod_proxy_ajp module adds support for
    # proxying to an AJP/1.3 backend server (such as Tomcat).
    # To proxy to an AJP backend, use the "ajp://" URI scheme;
    # Tomcat is configured to listen on port 8009 for AJP requests
    # by default.
    #

    # 
    # Uncomment the following lines to serve the ROOT webapp
    # under the /tomcat/ location, and the jsp-examples webapp
    # under the /examples/ location.
    #
    #ProxyPass /tomcat/ ajp://localhost:8009/
    #ProxyPass /examples/ ajp://localhost:8009/jsp-examples/

</IfModule>