Minor Documentation Update: broken and mis-typed links, and a reference to

a resource which is available only at http://www.apache.org/, not in the
user's tree.
Reviewed by:Dean Gaudet, Jim Jagielski, Ken Coar


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79566 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Martin Kraemer
1997-11-11 23:11:11 +00:00
parent e37c357597
commit d32e26e767
3 changed files with 3 additions and 3 deletions

View File

@ -873,7 +873,7 @@ interfaces, but only on the port given by the <code><a
href="#port">Port</a></code> directive.</p>
<tt>Listen</tt> can be used instead of <tt><a
href="bindaddress">BindAddress</a></tt> and <tt>Port</tt>. It tells
href="#bindaddress">BindAddress</a></tt> and <tt>Port</tt>. It tells
the server to accept incoming requests on the specified port or
address-and-port combination. If the first format is used, with a port
number only, the server listens to the given port on all interfaces,

View File

@ -17,7 +17,7 @@
The sections <a
href="mod/core.html#directory"><code>&lt;Directory&gt;</code></a>, <a
href="mod/core.html#location"><code>&lt;Location&gt;</code></a> and <a
href="mode/core.html#files"><code>&lt;Files&gt;</code></a> can contain
href="mod/core.html#files"><code>&lt;Files&gt;</code></a> can contain
directives which only apply to specified directories, URLs or files
respectively. Also htaccess files can be used inside a directory to
apply directives to that directory. This document explains how these

View File

@ -17,7 +17,7 @@
The sections <a
href="mod/core.html#directory"><code>&lt;Directory&gt;</code></a>, <a
href="mod/core.html#location"><code>&lt;Location&gt;</code></a> and <a
href="mode/core.html#files"><code>&lt;Files&gt;</code></a> can contain
href="mod/core.html#files"><code>&lt;Files&gt;</code></a> can contain
directives which only apply to specified directories, URLs or files
respectively. Also htaccess files can be used inside a directory to
apply directives to that directory. This document explains how these