From: Andre Malo Date: Fri, 20 Dec 2002 16:44:46 +0000 (+0000) Subject: add initial documentation for mod_proxy_connect, mod_proxy_ftp X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=37e362bbaec907cf76c8c658b3100f0e8522f38e;p=apache add initial documentation for mod_proxy_connect, mod_proxy_ftp and mod_proxy_http git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98054 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy_connect.xml b/docs/manual/mod/mod_proxy_connect.xml new file mode 100644 index 0000000000..f694b51afd --- /dev/null +++ b/docs/manual/mod/mod_proxy_connect.xml @@ -0,0 +1,33 @@ + + + + + +mod_proxy_connect +mod_proxy extension for +CONNECT request handling +Extension +proxy_connect.c +proxy_connect_module + + +

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.

+
+
+AllowCONNECT +mod_proxy + +
diff --git a/docs/manual/mod/mod_proxy_ftp.xml b/docs/manual/mod/mod_proxy_ftp.xml new file mode 100644 index 0000000000..7e87d3239f --- /dev/null +++ b/docs/manual/mod/mod_proxy_ftp.xml @@ -0,0 +1,31 @@ + + + + + +mod_proxy_ftp +FTP support module for +mod_proxy +Extension +proxy_ftp.c +proxy_ftp_module + + +

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.

+
+
+mod_proxy + +
diff --git a/docs/manual/mod/mod_proxy_http.xml b/docs/manual/mod/mod_proxy_http.xml new file mode 100644 index 0000000000..bc43bcdcaa --- /dev/null +++ b/docs/manual/mod/mod_proxy_http.xml @@ -0,0 +1,36 @@ + + + + + +mod_proxy_http +HTTP support module for +mod_proxy +Extension +proxy_http.c +proxy_http_module + + +

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.

+
+
+mod_proxy +mod_proxy_connect + +
diff --git a/docs/manual/sitemap.xml b/docs/manual/sitemap.xml index 7d67ade407..41cb1bf7e7 100644 --- a/docs/manual/sitemap.xml +++ b/docs/manual/sitemap.xml @@ -170,6 +170,9 @@ Server on HPUX mod_mime_magic.xml mod_negotiation.xml mod_proxy.xml + mod_proxy_connect.xml + mod_proxy_ftp.xml + mod_proxy_http.xml mod_rewrite.xml mod_setenvif.xml mod_so.xml