From: Ken Coar
Date: Wed, 11 Feb 1998 14:34:28 +0000 (+0000)
Subject: Fix some broken links detexted by Xenu.
X-Git-Tag: APACHE_1_3b5~3
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f23f69529acf56a374354fbb7ff182459fac020;p=thirdparty%2Fapache%2Fhttpd.git
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
---
diff --git a/docs/manual/bind.html b/docs/manual/bind.html
index acbe645e3bf..e3023bfe57c 100644
--- a/docs/manual/bind.html
+++ b/docs/manual/bind.html
@@ -38,19 +38,19 @@ and ports Apache listens to.
Syntax: BindAddress [ * | IP-address | hostname ]
Default: BindAddress *
Context: server config
Status: Core
@@ -61,19 +61,19 @@ should be used.
Syntax: Listen [ port | IP-address:port ]
Default: none
Context: server config
Status: Core
diff --git a/docs/manual/bind.html.en b/docs/manual/bind.html.en
index acbe645e3bf..e3023bfe57c 100644
--- a/docs/manual/bind.html.en
+++ b/docs/manual/bind.html.en
@@ -38,19 +38,19 @@ and ports Apache listens to.
Syntax: BindAddress [ * | IP-address | hostname ]
Default: BindAddress *
Context: server config
Status: Core
@@ -61,19 +61,19 @@ should be used.
Syntax: Listen [ port | IP-address:port ]
Default: none
Context: server config
Status: Core
diff --git a/docs/manual/handler.html b/docs/manual/handler.html
index d5995da06b5..638d740f8e1 100644
--- a/docs/manual/handler.html
+++ b/docs/manual/handler.html
@@ -72,19 +72,19 @@ handlers in the standard distribution are as follows:
Syntax: <AddHandler handler-name extension>
Context: server config, virtual host, directory, .htaccess
Status: Base
Module: mod_mime
@@ -104,19 +104,19 @@ program.
Syntax: <SetHandler handler-name>
Context: directory, .htaccess
Status: Base
Module: mod_mime
diff --git a/docs/manual/handler.html.en b/docs/manual/handler.html.en
index d5995da06b5..638d740f8e1 100644
--- a/docs/manual/handler.html.en
+++ b/docs/manual/handler.html.en
@@ -72,19 +72,19 @@ handlers in the standard distribution are as follows:
Syntax: <AddHandler handler-name extension>
Context: server config, virtual host, directory, .htaccess
Status: Base
Module: mod_mime
@@ -104,19 +104,19 @@ program.
Syntax: <SetHandler handler-name>
Context: directory, .htaccess
Status: Base
Module: mod_mime
diff --git a/docs/manual/location.html b/docs/manual/location.html
index 85552c9cfed..7cf602541c0 100644
--- a/docs/manual/location.html
+++ b/docs/manual/location.html
@@ -18,15 +18,15 @@
Syntax: <Location URL prefix>
Context: server config, virtual host
Status: core