Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

mod_proxy

From Wikipedia, the free encyclopedia
Apache module

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

This module implements aproxy,gateway orcache for Apache. It implementsproxying capability forAJP13 (Apache JServ Protocol version 1.3),FTP, CONNECT (forSSL),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.

One powerful feature of Apache is flexiblevirtual hosting—multiple virtual hosts on a single server. This is a convenient way to partition separate websites and applications. With mod_proxy it is possible to set variousweb framework-based applications up as virtual hosts as well.[2][3][4]

mod_proxy can help to improveLAMP security[5] or to strip SSL from HTTP requests.[6]

History

[edit]

This module was experimental in Apache 1.1.x.[7]

As of Apache 1.2, mod_proxy stability was greatly improved.[8]

Since Apache 2.0, proxy features are divided into several modules in addition to mod_proxy:mod_proxy_http,mod_proxy_ftp, andmod_proxy_connect — moreover, caching is provided bymod_cache and related modules.[9]

Since Apache 2.2,mod_proxy_ajp andmod_proxy_balancer have been added as well.[10]

As of Apache 2.4,mod_proxy_fcgi was also added, to proxyFastCGI requests to another server, supersedingmod_fcgid andmod_fastcgi.[11]

See also

[edit]

Notes

[edit]
  1. ^Homepage of mod_proxy for Apache 2.2
  2. ^"Running CherryPy behind Apache using mod_proxy". Archived fromthe original on 2010-02-21. Retrieved2009-11-09.
  3. ^Single Django App behind multiple Apache Proxies
  4. ^"Using web2py with Apache, mod_proxy, and mod_proxy_html". Archived fromthe original on 2009-11-11. Retrieved2009-11-09.
  5. ^Improve LAMP security with Apache Proxy's directive (mod_proxy)
  6. ^"Strip SSL with Apache mod_proxy". Archived fromthe original on 2009-09-29. Retrieved2009-11-09.
  7. ^"The mod_proxy module was experimental in Apache 1.1.x". Archived fromthe original on 2009-10-10. Retrieved2009-10-10.
  8. ^"In Apache 1.2, mod_proxy stability was greatly improved". Archived fromthe original on 2009-10-10. Retrieved2009-10-10.
  9. ^In Apache 2.0 proxy features are divided into several modules
  10. ^In Apache 2.2 mod_proxy_ajp and mod_proxy_balancer added
  11. ^mod_proxy_fcgi documentation

External links

[edit]
Protocols
Server APIs
Apache modules
Topics
Browser APIs
Web APIs
WHATWG
W3C
Khronos
Others
Topics
Related topics
Retrieved from "https://en.wikipedia.org/w/index.php?title=Mod_proxy&oldid=1275957288"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2026 Movatter.jp