{
    "content": "<h1>The <a href=\"..\/Mod-Proxy\/\">Mod-Proxy<\/a> Module<\/h1><p>The <a href=\"..\/Mod-Proxy\/\">Mod-Proxy<\/a> module is a core extension for the <a href=\"..\/Apache-HTTP-Server\/\">Apache-HTTP-Server<\/a> that provides proxy, gateway, and caching functionality. By utilizing this module, administrators can configure a <a href=\"..\/Reverse-Proxy\/\">Reverse-Proxy<\/a> to manage incoming traffic and distribute it to internal application servers. It is a versatile tool that supports several protocols including <a href=\"..\/HTTP\/\">HTTP<\/a>, <a href=\"..\/HTTPS\/\">HTTPS<\/a>, and <a href=\"..\/FTP\/\">FTP<\/a>.<\/p><h2>Core Sub-modules and Features<\/h2><p>The functionality of <a href=\"..\/Mod-Proxy\/\">Mod-Proxy<\/a> is often extended by auxiliary modules. For instance, <a href=\"..\/Mod-Proxy-HTTP\/\">Mod-Proxy-HTTP<\/a> handles standard web traffic, while <a href=\"..\/Mod-Proxy-Balancer\/\">Mod-Proxy-Balancer<\/a> is used to implement <a href=\"..\/Load-Balancing\/\">Load-Balancing<\/a> across multiple backend instances. For real-time communication, <a href=\"..\/Mod-Proxy-Wstunnel\/\">Mod-Proxy-Wstunnel<\/a> allows the proxying of <a href=\"..\/WebSockets\/\">WebSockets<\/a>. Detailed technical specifications can be found in the <a href=\"https:\/\/httpd.apache.org\/docs\/2.4\/mod\/mod_proxy.html\">official Apache documentation<\/a>.<\/p><h2>Deployment and Integration<\/h2><p>In modern web architectures, <a href=\"..\/Mod-Proxy\/\">Mod-Proxy<\/a> is frequently used for <a href=\"..\/SSL-Termination\/\">SSL-Termination<\/a> and to protect sensitive backend systems like <a href=\"..\/Tomcat\/\">Tomcat<\/a> or <a href=\"..\/Node.js\/\">Node.js<\/a>. It offers a robust alternative to other popular proxy servers such as <a href=\"..\/Nginx\/\">Nginx<\/a> and <a href=\"..\/HAProxy\/\">HAProxy<\/a>. Proper configuration is essential to avoid creating an open proxy, which can be a significant security risk.<\/p><ul><li><a href=\"..\/Apache-HTTP-Server\/\">Apache-HTTP-Server<\/a><\/li><li><a href=\"..\/Reverse-Proxy\/\">Reverse-Proxy<\/a><\/li><li><a href=\"..\/Load-Balancing\/\">Load-Balancing<\/a><\/li><li><a href=\"..\/Nginx\/\">Nginx<\/a><\/li><\/ul>",
    "tags": [
        "apache",
        "mod-proxy",
        "reverse-proxy",
        "load-balancing",
        "web-server",
        "http",
        "proxy",
        "server-admin",
        "networking",
        "gateway"
    ]
}