diff options
author | Martin Kraemer <martin@apache.org> | 1997-11-12 00:11:11 +0100 |
---|---|---|
committer | Martin Kraemer <martin@apache.org> | 1997-11-12 00:11:11 +0100 |
commit | d32e26e76740bb9d3135c50c3efde35b41690f50 (patch) | |
tree | bc04dcd7be752ab1bd448ebb32d3b6131bb4aa5f /docs | |
parent | Clarify use of textual strings for expiry times. (diff) | |
download | apache2-d32e26e76740bb9d3135c50c3efde35b41690f50.tar.xz apache2-d32e26e76740bb9d3135c50c3efde35b41690f50.zip |
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
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual/mod/core.html | 2 | ||||
-rw-r--r-- | docs/manual/sections.html | 2 | ||||
-rw-r--r-- | docs/manual/sections.html.en | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html index 0f1ff5f208..f00afe78e5 100644 --- a/docs/manual/mod/core.html +++ b/docs/manual/mod/core.html @@ -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, diff --git a/docs/manual/sections.html b/docs/manual/sections.html index a145a56531..9a29051e59 100644 --- a/docs/manual/sections.html +++ b/docs/manual/sections.html @@ -17,7 +17,7 @@ The sections <a href="mod/core.html#directory"><code><Directory></code></a>, <a href="mod/core.html#location"><code><Location></code></a> and <a -href="mode/core.html#files"><code><Files></code></a> can contain +href="mod/core.html#files"><code><Files></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 diff --git a/docs/manual/sections.html.en b/docs/manual/sections.html.en index a145a56531..9a29051e59 100644 --- a/docs/manual/sections.html.en +++ b/docs/manual/sections.html.en @@ -17,7 +17,7 @@ The sections <a href="mod/core.html#directory"><code><Directory></code></a>, <a href="mod/core.html#location"><code><Location></code></a> and <a -href="mode/core.html#files"><code><Files></code></a> can contain +href="mod/core.html#files"><code><Files></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 |