mirror of
https://github.com/apache/httpd.git
synced 2025-08-15 23:27:39 +00:00
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:
@ -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,
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user