martin 2003/07/24 03:31:57
Modified: htdocs/manual/mod mod_proxy.html
Log:
Without this hint, users often do not know how to use the proxy in an intranet
Revision Changes Path
1.64 +4 -1 httpd-docs-1.3/htdocs/manual/mod/mod_proxy.html
Index: mod_proxy.html
===================================================================
RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/mod_proxy.html,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -u -r1.63 -r1.64
--- mod_proxy.html 24 Jul 2003 10:17:48 -0000 1.63
+++ mod_proxy.html 24 Jul 2003 10:31:57 -0000 1.64
@@ -257,7 +257,10 @@
useful for an intranet proxy server?</a></h2>
<p>An Apache proxy server situated in an intranet needs to
- forward external requests through the company's firewall.
+ forward external requests through the company's firewall
+ (for this, configure the <a href="#proxyremote">ProxyRemote</a>
+ directive to forward the respective <em>scheme</em> to
+ the firewall proxy).
However, when it has to access resources within the intranet,
it can bypass the firewall when accessing hosts. The <a
href="#noproxy">NoProxy</a> directive is useful for specifying
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]