ajp:

ajp:

[1] Using proxies with Tomcat ( 版) <http://tomcat.apache.org/connectors-doc-archive/jk2/proxy.html>

<Location /examples/>
   ProxyPass ajp://localhost:8009/examples/
</Location>

[2] mod_proxy - Apache HTTP Server Version 2.4 ( 版) <http://httpd.apache.org/docs/current/en/mod/mod_proxy.html#ProxyPass>

BalancerMember ajp://1.2.3.4:8009

[3] mod_proxy_ajp - Apache HTTP Server Version 2.4 ( 版) <http://httpd.apache.org/docs/current/en/mod/mod_proxy_ajp.html>

ProxyPass /app ajp://backend.example.com:8009/app