rbowen 02/02/04 03:46:06
Modified: htdocs/manual/mod core.html.en
Log:
Additional clarifications recommended by Joshua Slive.
Revision Changes Path
1.207 +9 -4 httpd-docs-1.3/htdocs/manual/mod/core.html.en
Index: core.html.en
===================================================================
RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/core.html.en,v
retrieving revision 1.206
retrieving revision 1.207
diff -u -r1.206 -r1.207
--- core.html.en 4 Feb 2002 03:06:56 -0000 1.206
+++ core.html.en 4 Feb 2002 11:46:06 -0000 1.207
@@ -583,15 +583,16 @@
<em>IP-address</em> or a fully-qualified Internet
<em>domain-name</em>.</p>
- <p>Examples:</p>
+ <p>For example:</p>
<code>BindAddress 192.168.15.48</code><br />
- <code>BindAddress hostname.example.com</code>
- <p>Only one <code>BindAddress</code> directive can be used. For
+ <p>Only one <code>BindAddress</code> directive can be used.</p>
+
+ <p><strong>Use of this directive is discouraged. For
more control over which address and ports Apache listens to,
use the <code><a href="#listen">Listen</a></code> directive
- instead of <code>BindAddress</code>.</p>
+ instead of <code>BindAddress</code>.</strong></p>
<p><code>BindAddress</code> can be used as an alternative
method for supporting <a href="../vhosts/">virtual hosts</a>
@@ -1383,6 +1384,10 @@
<Files admin.cgi>
Require group admin
</Files></pre>
+
+ <p>Remember that directives apply to subdirectories as well, so this
+ will also protect files called <code>admin.cgi</code> in
+ subdirectories, unless specifically overridden.</p>
<p>(See <a href="#require">Require</a> for details on using the
<code>Require</code> directive</a>)</p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]