From: Martin Kraemer
Date: Tue, 11 Nov 1997 23:11:11 +0000 (+0000)
Subject: Minor Documentation Update: broken and mis-typed links, and a reference to
X-Git-Tag: APACHE_1_3b3~10
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d32e26e76740bb9d3135c50c3efde35b41690f50;p=thirdparty%2Fapache%2Fhttpd.git
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
---
diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html
index 0f1ff5f2086..f00afe78e59 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 Port
directive.
Listen can be used instead of BindAddress and Port. It tells
+href="#bindaddress">BindAddress and Port. 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 a145a565314..9a29051e599 100644
--- a/docs/manual/sections.html
+++ b/docs/manual/sections.html
@@ -17,7 +17,7 @@
The sections <Directory>
, <Location>
and <Files>
can contain
+href="mod/core.html#files"><Files>
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 a145a565314..9a29051e599 100644
--- a/docs/manual/sections.html.en
+++ b/docs/manual/sections.html.en
@@ -17,7 +17,7 @@
The sections <Directory>
, <Location>
and <Files>
can contain
+href="mod/core.html#files"><Files>
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