From df7c9f885c1644659d62ce5ae93fba7094f13c42 Mon Sep 17 00:00:00 2001 From: Chuck Murcko Date: Thu, 9 Jan 1997 07:29:12 +0000 Subject: [PATCH] Remove erroneous bit (formerly correct). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77401 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_proxy.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/mod/mod_proxy.html b/docs/manual/mod/mod_proxy.html index 38b1de3caf..36d44aeaab 100644 --- a/docs/manual/mod/mod_proxy.html +++ b/docs/manual/mod/mod_proxy.html @@ -89,7 +89,7 @@ Example: 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. +them.

ProxyPass

Syntax: ProxyPass <path> <url>
-- 2.40.0