summaryrefslogtreecommitdiff
path: root/docs/manual/bind.html
diff options
context:
space:
mode:
authorKen Coar <coar@apache.org>1998-02-11 14:34:28 +0000
committerKen Coar <coar@apache.org>1998-02-11 14:34:28 +0000
commit9f23f69529acf56a374354fbb7ff182459fac020 (patch)
tree0cd14e741c69544c2f748713eca31c86e59b741d /docs/manual/bind.html
parent72017a3811173b84903b7bd71f2ed870c0c5e688 (diff)
downloadhttpd-9f23f69529acf56a374354fbb7ff182459fac020.tar.gz
Fix some broken links detexted by Xenu.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80188 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/bind.html')
-rw-r--r--docs/manual/bind.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/manual/bind.html b/docs/manual/bind.html
index acbe645e3b..e3023bfe57 100644
--- a/docs/manual/bind.html
+++ b/docs/manual/bind.html
@@ -38,19 +38,19 @@ and ports Apache listens to.
<H3><A name="bindaddress">BindAddress</A></H3>
<A
- HREF="directive-dict.html#Syntax"
+ HREF="mod/directive-dict.html#Syntax"
REL="Help"
><STRONG>Syntax:</STRONG></A> BindAddress <EM>[ * | IP-address | hostname ]</EM><BR>
<A
- HREF="directive-dict.html#Default"
+ HREF="mod/directive-dict.html#Default"
REL="Help"
><STRONG>Default:</STRONG></A> <CODE>BindAddress *</CODE><BR>
<A
- HREF="directive-dict.html#Context"
+ HREF="mod/directive-dict.html#Context"
REL="Help"
><STRONG>Context:</STRONG></A> server config<BR>
<A
- HREF="directive-dict.html#Status"
+ HREF="mod/directive-dict.html#Status"
REL="Help"
><STRONG>Status:</STRONG></A> Core<P>
@@ -61,19 +61,19 @@ should be used.
<H3><A name="listen">Listen</A></H3>
<A
- HREF="directive-dict.html#Syntax"
+ HREF="mod/directive-dict.html#Syntax"
REL="Help"
><STRONG>Syntax:</STRONG></A> Listen <EM>[ port | IP-address:port ]</EM><BR>
<A
- HREF="directive-dict.html#Default"
+ HREF="mod/directive-dict.html#Default"
REL="Help"
><STRONG>Default:</STRONG></A> <CODE>none</CODE><BR>
<A
- HREF="directive-dict.html#Context"
+ HREF="mod/directive-dict.html#Context"
REL="Help"
><STRONG>Context:</STRONG></A> server config<BR>
<A
- HREF="directive-dict.html#Status"
+ HREF="mod/directive-dict.html#Status"
REL="Help"
><STRONG>Status:</STRONG></A> Core<P>