From: André Malo Date: Fri, 20 Dec 2002 16:50:10 +0000 (+0000) Subject: update transformation X-Git-Tag: pre_ajp_proxy~2374 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=42f2856b9013c592bb005cb52ec0d9b32dba76eb;p=apache update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98055 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/index.html.en b/docs/manual/mod/index.html.en index 7bfbf6734b..4a78b11636 100644 --- a/docs/manual/mod/index.html.en +++ b/docs/manual/mod/index.html.en @@ -115,6 +115,12 @@ by other LDAP modules by looking at a few bytes of its contents
mod_negotiation
Provides for content negotiation
mod_proxy
HTTP/1.1 proxy/gateway server
+
mod_proxy_connect
mod_proxy extension for +CONNECT request handling
+
mod_proxy_ftp
FTP support module for +mod_proxy
+
mod_proxy_http
HTTP support module for +mod_proxy
mod_rewrite
Provides a rule-based rewriting engine to rewrite requested URLs on the fly
mod_setenvif
Allows the setting of environment variables based diff --git a/docs/manual/mod/mod_proxy_connect.html.en b/docs/manual/mod/mod_proxy_connect.html.en new file mode 100644 index 0000000000..d83c0f274c --- /dev/null +++ b/docs/manual/mod/mod_proxy_connect.html.en @@ -0,0 +1,56 @@ + + + +mod_proxy_connect - Apache HTTP Server + + + + + + +
<-
+ +
+

Apache Module mod_proxy_connect

+ + + +
Description:mod_proxy extension for +CONNECT request handling
Status:Extension
Module Identifier:proxy_connect_module
Source File:proxy_connect.c
+

Summary

+ +

This module requires the service of mod_proxy. It provides support for the CONNECT + HTTP method. This method is mainly used to tunnel SSL requests + through proxy servers.

+ +

Thus, in order to get the ability of handling CONNECT + requests, mod_proxy and + mod_proxy_connect have to be present in the server.

+ +

Warning

+

Do not enable proxying until you have secured your server. Open proxy + servers are dangerous both to your network and to the Internet at + large.

+
+
+

Directives

+

This module provides no directives.

+

See also

+
+ +
+ + \ No newline at end of file diff --git a/docs/manual/mod/mod_proxy_ftp.html.en b/docs/manual/mod/mod_proxy_ftp.html.en new file mode 100644 index 0000000000..0064e8af11 --- /dev/null +++ b/docs/manual/mod/mod_proxy_ftp.html.en @@ -0,0 +1,54 @@ + + + +mod_proxy_ftp - Apache HTTP Server + + + + + + +
<-
+ +
+

Apache Module mod_proxy_ftp

+ + + +
Description:FTP support module for +mod_proxy
Status:Extension
Module Identifier:proxy_ftp_module
Source File:proxy_ftp.c
+

Summary

+ +

This module requires the service of mod_proxy. It provides support for the proxying + FTP sites.

+ +

Thus, in order to get the ability of handling FTP proxy requests, + mod_proxy and mod_proxy_ftp + have to be present in the server.

+ +

Warning

+

Do not enable proxying until you have secured your server. Open proxy + servers are dangerous both to your network and to the Internet at + large.

+
+
+

Directives

+

This module provides no directives.

+

See also

+
+ +
+ + \ No newline at end of file diff --git a/docs/manual/mod/mod_proxy_http.html.en b/docs/manual/mod/mod_proxy_http.html.en new file mode 100644 index 0000000000..e6bd5f2282 --- /dev/null +++ b/docs/manual/mod/mod_proxy_http.html.en @@ -0,0 +1,59 @@ + + + +mod_proxy_http - Apache HTTP Server + + + + + + +
<-
+ +
+

Apache Module mod_proxy_http

+ + + +
Description:HTTP support module for +mod_proxy
Status:Extension
Module Identifier:proxy_http_module
Source File:proxy_http.c
+

Summary

+ +

This module requires the service of mod_proxy. It provides the features used for + proxying HTTP requests. mod_proxy_http + supports HTTP/0.9, HTTP/1.0 and HTTP/1.1. It does not + provide any caching abilities. If you want to set up a caching + proxy, you might want to use the additional service of the + mod_cache module.

+ +

Thus, in order to get the ability of handling HTTP proxy requests, + mod_proxy and mod_proxy_http + have to be present in the server.

+ +

Warning

+

Do not enable proxying until you have secured your server. Open proxy + servers are dangerous both to your network and to the Internet at + large.

+
+
+

Directives

+

This module provides no directives.

+

See also

+
+ +
+ + \ No newline at end of file diff --git a/docs/manual/sitemap.html.en b/docs/manual/sitemap.html.en index 3541cca6a3..6051e6685d 100644 --- a/docs/manual/sitemap.html.en +++ b/docs/manual/sitemap.html.en @@ -164,6 +164,9 @@ Server on HPUX
  • Apache Module mod_mime_magic
  • Apache Module mod_negotiation
  • Apache Module mod_proxy
  • +
  • Apache Module mod_proxy_connect
  • +
  • Apache Module mod_proxy_ftp
  • +
  • Apache Module mod_proxy_http
  • Apache Module mod_rewrite
  • Apache Module mod_setenvif
  • Apache Module mod_so