]> granicus.if.org Git - apache/commitdiff
Without this hint, users often do not know how to use the proxy in an intranet
authorMartin Kraemer <martin@apache.org>
Thu, 24 Jul 2003 10:29:01 +0000 (10:29 +0000)
committerMartin Kraemer <martin@apache.org>
Thu, 24 Jul 2003 10:29:01 +0000 (10:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100757 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy.html.en
docs/manual/mod/mod_proxy.xml

index bfe251957cafdb9c3f7dd1f60f363c398b5de6d1..a8caa0eb173fec97a438f1213f7923271a2ece64 100644 (file)
     in my browser's URL line?</a></h3>
       <p>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,
       <em>i.e.</em>,</p>
 
       <div class="example"><p><code>
@@ -939,4 +939,4 @@ header for proxied requests</td></tr>
 </div><div id="footer">
 <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p>
 <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div>
-</body></html>
\ No newline at end of file
+</body></html>
index 9233d298960b928b729a5d19a866c8db96befa5f..192e6bc0c9b9edc9a055a340122c797c8405c15c 100644 (file)
     <section id="intranet"><title>What other functions are useful for an
     intranet proxy server?</title>
       <p>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 <directive module="mod_proxy">ProxyRemote</directive> directive
+      to forward the respective <var>scheme</var> to the firewall proxy).
+      However, when it has to
       access resources within the intranet, it can bypass the firewall when
       accessing hosts. The <directive module="mod_proxy">NoProxy</directive>
       directive is useful for specifying which hosts belong to the intranet and