From: Martin Kraemer Date: Thu, 24 Jul 2003 10:29:01 +0000 (+0000) Subject: Without this hint, users often do not know how to use the proxy in an intranet X-Git-Tag: pre_ajp_proxy~1379 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6734bdc9fa56803a9bac9436d85359b90a8d244f;p=apache Without this hint, users often do not know how to use the proxy in an intranet git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100757 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy.html.en b/docs/manual/mod/mod_proxy.html.en index bfe251957c..a8caa0eb17 100644 --- a/docs/manual/mod/mod_proxy.html.en +++ b/docs/manual/mod/mod_proxy.html.en @@ -209,7 +209,7 @@ in my browser's URL line?

To log in to an FTP server by username and password, Apache uses different strategies. In absense of a user name and password in the URL - altogether, Apache sends an anomymous login to the FTP server, + altogether, Apache sends an anonymous login to the FTP server, i.e.,

@@ -939,4 +939,4 @@ header for proxied requests

- \ No newline at end of file + diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index 9233d29896..192e6bc0c9 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -228,7 +228,10 @@
What other functions are useful for an intranet proxy server?

An Apache proxy server situated in an intranet needs to forward - external requests through the company's firewall. However, when it has to + external requests through the company's firewall (for this, configure + the ProxyRemote directive + to forward the respective scheme to the firewall proxy). + However, when it has to access resources within the intranet, it can bypass the firewall when accessing hosts. The NoProxy directive is useful for specifying which hosts belong to the intranet and