mod_proxy_http

Apache Module mod_proxy_http Description: HTTP support module for mod_proxy Status: Extension ModuleIdentifier: proxy_http_module SourceFile: mod_proxy_http.c Summary This module requires the service of mod_proxy. It provides the features used for proxying HTTP and HTTPS requests. mod_proxy_http supports HTTP/0.9, HTTP/1.0 and HTTP/1.1. It does not provide any caching abilities. If you want to set up a caching proxy, you might want to use the additional service of the mod_cache module. Thus

mod_proxy_html

Apache Module mod_proxy_html Description: Rewrite HTML links in to ensure they are addressable from Clients' networks in a proxy context. Status: Base ModuleIdentifier: proxy_html_module SourceFile: mod_proxy_html.c Compatibility: Version 2.4 and later. Available as a third-party module for earlier 2.x versions Summary This module provides an output filter to rewrite HTML links in a proxy situation, to ensure that links work for users outside the proxy. It serves the same purpose as Apache's

mod_proxy_hcheck

Apache Module mod_proxy_hcheck Description: Dynamic health check of Balancer members (workers) for mod_proxy Status: Extension ModuleIdentifier: proxy_hcheck_module SourceFile: mod_proxy_hcheck.c Compatibility: Available in Apache 2.4.21 and later Summary This module provides for dynamic health checking of balancer members (workers). This can be enabled on a worker-by-worker basis. The health check is done independently of the actual reverse proxy requests. This module requires the service

mod_proxy_ftp

Apache Module mod_proxy_ftp Description: FTP support module for mod_proxy Status: Extension ModuleIdentifier: proxy_ftp_module SourceFile: mod_proxy_ftp.c Summary This module requires the service of mod_proxy. It provides support for the proxying FTP sites. Note that FTP support is currently limited to the GET method. Thus, in order to get the ability of handling FTP proxy requests, mod_proxy and mod_proxy_ftp have to be present in the server. Warning Do not enable proxying until you have

mod_proxy_fdpass

Apache Module mod_proxy_fdpass Description: fdpass external process support module for mod_proxy Status: Extension ModuleIdentifier: proxy_fdpass_module SourceFile: mod_proxy_fdpass.c Compatibility: Available for unix in version 2.3 and later Summary This module requires the service of mod_proxy. It provides support for the passing the socket of the client to another process. mod_proxy_fdpass uses the ability of AF_UNIX domain sockets to pass an open file descriptor to allow another process

mod_proxy_fcgi

Apache Module mod_proxy_fcgi Description: FastCGI support module for mod_proxy Status: Extension ModuleIdentifier: proxy_fcgi_module SourceFile: mod_proxy_fcgi.c Compatibility: Available in version 2.3 and later Summary This module requires the service of mod_proxy. It provides support for the FastCGI protocol. Thus, in order to get the ability of handling the FastCGI protocol, mod_proxy and mod_proxy_fcgi have to be present in the server. Unlike mod_fcgid and mod_fastcgi, mod_proxy_fcgi ha

mod_proxy_express

Apache Module mod_proxy_express Description: Dynamic mass reverse proxy extension for mod_proxy Status: Extension ModuleIdentifier: proxy_express_module SourceFile: mod_proxy_express.c Summary This module creates dynamically configured mass reverse proxies, by mapping the Host: header of the HTTP request to a server name and backend URL stored in a DBM file. This allows for easy use of a huge number of reverse proxies with no configuration changes. It is much less feature-full than mod_prox

mod_proxy_connect

Apache Module mod_proxy_connect Description: mod_proxy extension for CONNECT request handling Status: Extension ModuleIdentifier: proxy_connect_module SourceFile: mod_proxy_connect.c Summary This module requires the service of mod_proxy. It provides support for the CONNECT HTTP method. This method is mainly used to tunnel SSL requests through proxy servers. Thus, in order to get the ability of handling CONNECT requests, mod_proxy and mod_proxy_connect have to be present in the server. CONNE

mod_proxy_balancer

Apache Module mod_proxy_balancer Description: mod_proxy extension for load balancing Status: Extension ModuleIdentifier: proxy_balancer_module SourceFile: mod_proxy_balancer.c Compatibility: Available in version 2.1 and later Summary This module requires the service of mod_proxy and it provides load balancing for all the supported protocols. The most important ones are: HTTP, using mod_proxy_http FTP, using mod_proxy_ftp AJP13, using mod_proxy_ajp WebSocket, using mod_proxy_wstunnel

mod_proxy_ajp

Apache Module mod_proxy_ajp Description: AJP support module for mod_proxy Status: Extension ModuleIdentifier: proxy_ajp_module SourceFile: mod_proxy_ajp.c Compatibility: Available in version 2.1 and later Summary This module requires the service of mod_proxy. It provides support for the Apache JServ Protocol version 1.3 (hereafter AJP13). Thus, in order to get the ability of handling AJP13 protocol, mod_proxy and mod_proxy_ajp have to be present in the server. Warning Do not enable proxyin