From a3b4087974ed4420f9622ea738850c57f2fd4f53 Mon Sep 17 00:00:00 2001 From: brian Date: Mon, 9 Dec 1996 03:34:49 +0000 Subject: [PATCH] Obtained from: based on comments from John Line (webadm@info.cam.ac.uk) Clarification. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77223 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_proxy.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/mod_proxy.html b/docs/manual/mod/mod_proxy.html index 1f01978d03..9bb11a146e 100644 --- a/docs/manual/mod/mod_proxy.html +++ b/docs/manual/mod/mod_proxy.html @@ -64,7 +64,7 @@ Apache 1.1 and later.

This defines remote proxies to this proxy. <match> is either the name of a URL-scheme that the remote server supports, or a partial URL -for which the remote server should be used, or '$' to indicate the +for which the remote server should be used, or '*' to indicate the server should be contacted for all requests. <remote-server> is a partial URL for the remote server. Syntax: @@ -77,11 +77,15 @@ server; only "http" is supported by this module. Example:

-  ProxyRemote ftp http://ftpproxy.mydomain.com:8080
   ProxyRemote http://goodguys.com/ http://mirrorguys.com:8000
   ProxyRemote * http://cleversite.com
+  ProxyRemote ftp http://ftpproxy.mydomain.com:8080
 
+In the last example, the proxy will forward FTP requests, encapsulated +as yet another HTTP proxy request, to another proxy which can handle +them. Apache itself can not directly handle FTP requests currently. +

ProxyPass

Syntax: ProxyPass <path> <url>
Context: server config
-- 2.40.0