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>
</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>
<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