Httpd mod proxy: Difference between revisions

From NovaOrdis Knowledge Base
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 a number of popular protocols as well as several different load balancing algorithms.
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.


=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:22, 6 December 2016

External

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.

Subjects