From 3786cf70cf3d5fb391b749c068b9f9f104a2b3c7 Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Mon, 18 Mar 2002 22:30:50 +0000 Subject: [PATCH] Forward port warning against open proxies. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94005 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_proxy.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index d4d7551f2e..49fb68b55e 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -35,6 +35,13 @@ and filter support was enabled.

Please note that the caching function present in mod_proxy up to Apache v1.3.x has been removed from mod_proxy and will be incorporated into a new module, mod_cache.

+ +

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

+ +
Common configuration topics @@ -92,6 +99,9 @@ enabled using mod_cache as with the forward proxy.

Controlling access to your proxy + +

You can control who can access your proxy via the normal Directory control block using the following example:

@@ -288,6 +298,12 @@ server. (Setting ProxyRequests to 'off' does not disable use of the

In a typical reverse proxy configuration, this option should be set to 'off'.

+ +

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

+ -- 2.40.0