AJP: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Overview= AJP stands for Apache JServe Protocol.") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=Internal= | |||
* [[Httpd_mod_proxy_Concepts#mod_proxy_ajp|mod_proxy_ajp]] | |||
=Overview= | =Overview= | ||
AJP stands for Apache | AJP stands for Apache JServ Protocol. It is a binary protocol used by a httpd proxy to send requests to a backend application server, such as [[Tomcat]] or [[WildFly]]. AJP is an optimized version of the HTTP protocol. It is packet-oriented. A binary format was presumably chosen over the more readable plain text for reasons of performance. |
Latest revision as of 18:04, 10 May 2017
Internal
Overview
AJP stands for Apache JServ Protocol. It is a binary protocol used by a httpd proxy to send requests to a backend application server, such as Tomcat or WildFly. AJP is an optimized version of the HTTP protocol. It is packet-oriented. A binary format was presumably chosen over the more readable plain text for reasons of performance.