• March 28, 2024

Mod_Proxy_Ajp

mod_proxy_ajp – Apache HTTP Server Version 2.4 Usage This module is used to reverse proxy to a backend application server (e. g. Apache Tomcat) using the AJP13 protocol. The usage is similar to an HTTP reverse proxy, but uses the ajp prefix: Simple Reverse ProxyProxyPass “/app” “ajp” Options such as…

Read More