From 49d91480c3e5b689f4ae4487b6dae0e41f2e9269 Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Tue, 29 Jun 1999 13:54:29 +0000 Subject: [PATCH] Make ProxyBlock description more accurate. Submitted by: John Smolin PR: 4112 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83405 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_proxy.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/manual/mod/mod_proxy.html b/docs/manual/mod/mod_proxy.html index 98b7d9029f..6e9db4fdd9 100644 --- a/docs/manual/mod/mod_proxy.html +++ b/docs/manual/mod/mod_proxy.html @@ -344,10 +344,11 @@ listed ports only. Apache 1.2 and later.

The ProxyBlock directive specifies a list of words, hosts and/or domains, -separated by spaces. HTTP, HTTPS, and FTP document requests to matched words, -hosts or domains are blocked by the proxy server. The proxy module -will also attempt to determine IP addresses of list items which may be -hostnames during startup, and cache them for match test as well. Example: +separated by spaces. HTTP, HTTPS, and FTP document requests to sites whose +names contain matched words, hosts or domains are blocked by the +proxy server. The proxy module will also attempt to determine IP addresses of +list items which may be hostnames during startup, and cache them for match +test as well. Example:

   ProxyBlock joes-garage.com some-host.co.uk rocky.wotsamattau.edu
-- 
2.40.0