Httpd mod proxy: Difference between revisions
No edit summary |
|||
Line 3: | Line 3: | ||
* mod_proxy https://httpd.apache.org/docs/2.4/mod/mod_proxy.html | * mod_proxy https://httpd.apache.org/docs/2.4/mod/mod_proxy.html | ||
* mod_proxy_balancer https://httpd.apache.org/docs/2.4/mod/mod_proxy_balancer.html | * mod_proxy_balancer https://httpd.apache.org/docs/2.4/mod/mod_proxy_balancer.html | ||
* https://httpd.apache.org/docs/current/mod/mod_proxy.html | |||
=Internal= | =Internal= |
Revision as of 19:21, 22 December 2016
External
- mod_proxy https://httpd.apache.org/docs/2.4/mod/mod_proxy.html
- mod_proxy_balancer https://httpd.apache.org/docs/2.4/mod/mod_proxy_balancer.html
Internal
Overview
mod_proxy and related modules implement a proxy for Apache HTTP Server, supporting AJP (Apache JServe Protocol), FTP (File Transfer Protocol), CONNECT (for SSL, the Secure Sockets Layer), and HTTP (Hyper Text Transfer Protocol) as well as several different load balancing algorithms. mod_proxy can be used to implement forward proxies and reverse proxies.
For a list of required modules and an explanation on how they work together, see the Concepts section "mod_proxy Modules and How They Work Together".
Subjects
Forward Proxy Support
A forward proxy is activated using the ProxyRequests directive. For more details on forward proxy configuration see:
Reverse Proxy Support
A reverse proxy is activated using the ProxyPass directives or the [P] flag to the RewriteRule directive. For more details on reverse proxy configuration see: