Jump to content

mod_proxy

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Beerc (talk | contribs) at 23:10, 10 October 2009 (a ref added). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

mod_proxy is an optional module for the Apache HTTP Server [1].

This module implements a proxy/gateway/cache for Apache. It implements proxying capability for or AJP13 (Apache JServ Protocol version 1.3), FTP, CONNECT (for SSL), HTTP/0.9, HTTP/1.0, and (since Apache 1.3.23) HTTP/1.1. The module can be configured to connect to other proxy modules for these and other protocols.

License

See Apache License.

History

This module was experimental in Apache 1.1.x.

As of Apache 1.2, mod_proxy stability is greatly improved.

Since Apache 2.0 proxy features are divided into several modules in addition to mod_proxy: mod_proxy_http, mod_proxy_ftp and mod_proxy_connect — moreover caching is provided by mod_cache and related modules.

Since Apache 2.2 mod_proxy_ajp and mod_proxy_balancer added too.

See also

Notes