Httpd mod proxy: Difference between revisions
Jump to navigation
Jump to search
Line 11: | Line 11: | ||
=Overview= | =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 [[Httpd_Concepts#Forward_Proxy|forward proxies]] and [[reverse proxies]] | 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 [[Httpd_Concepts#Forward_Proxy|forward proxies]] and [[Httpd_Concepts#Reverse_Proxy_.28Gateway.29|reverse proxies]]. | ||
=Subjects= | =Subjects= | ||
* [[httpd mod_proxy Concepts|Concepts]] | * [[httpd mod_proxy Concepts|Concepts]] | ||
* [[httpd mod_proxy Configuration|Configuration]] | * [[httpd mod_proxy Configuration|Configuration]] |
Revision as of 16:27, 6 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.