diff options
author | Vincent Bray <noodl@apache.org> | 2007-07-22 10:20:07 +0200 |
---|---|---|
committer | Vincent Bray <noodl@apache.org> | 2007-07-22 10:20:07 +0200 |
commit | 7244bbb4e2e9f3c4674105e2ab62dbd5373910ac (patch) | |
tree | d02554a0862dcf7c9789e39b9f5254f75c0e8058 /docs/manual/mod/mod_proxy.html.en | |
parent | close directory blocks (diff) | |
download | apache2-7244bbb4e2e9f3c4674105e2ab62dbd5373910ac.tar.xz apache2-7244bbb4e2e9f3c4674105e2ab62dbd5373910ac.zip |
Typo fix. s/proxys/proxies/
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@558468 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_proxy.html.en')
-rw-r--r-- | docs/manual/mod/mod_proxy.html.en | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_proxy.html.en b/docs/manual/mod/mod_proxy.html.en index e2ddf84d79..8b7e47f7ea 100644 --- a/docs/manual/mod/mod_proxy.html.en +++ b/docs/manual/mod/mod_proxy.html.en @@ -126,7 +126,7 @@ by <code class="module"><a href="../mod/mod_cache.html">mod_cache</a></code>) to reduce network usage.</p> <p>The forward proxy is activated using the <code class="directive"><a href="#proxyrequests">ProxyRequests</a></code> directive. Because - forward proxys allow clients to access arbitrary sites through + forward proxies allow clients to access arbitrary sites through your server and to hide their true origin, it is essential that you <a href="#access">secure your server</a> so that only authorized clients can access the proxy before activating a |