From: Andre Malo
Date: Tue, 5 Nov 2002 18:09:08 +0000 (+0000)
Subject: fix a lot of weird links and markup
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=18a0517b7e098650c3b5867bcf445f052ea6ee76;p=apache
fix a lot of weird links and markup
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97407 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/configuring.xml b/docs/manual/configuring.xml
index cef8b17f5d..93173ba3be 100644
--- a/docs/manual/configuring.xml
+++ b/docs/manual/configuring.xml
@@ -91,7 +91,7 @@ HTTP server.
Apache is a modular server. This implies that only the most
basic functionality is included in the core server. Extended
features are available through modules which can be loaded
+ href="mod/">modules which can be loaded
into Apache. By default, a base set of modules is
included in the server at compile-time. If the server is
diff --git a/docs/manual/howto/ssi.xml b/docs/manual/howto/ssi.xml
index 6ee113318d..c2e1e86188 100644
--- a/docs/manual/howto/ssi.xml
+++ b/docs/manual/howto/ssi.xml
@@ -91,12 +91,12 @@ existing HTML documents.
directives would be executed.
The other method is to use the XBitHack directive:
+ module="mod_include">XBitHack directive:
XBitHack on
- XBitHack
+
XBitHack
tells Apache to parse files for SSI
directives if they have the execute bit set. So, to add SSI
directives to an existing page, rather than having to change
@@ -111,7 +111,7 @@ existing HTML documents.
.html
files for SSI, so that you don't have to
mess with .shtml
file names. These folks have
perhaps not heard about XBitHack. The thing to
+ module="mod_include">XBitHack. The thing to
keep in mind is that, by doing this, you're requiring that
Apache read through every single file that it sends out to
clients, even if they don't contain any SSI directives. This
diff --git a/docs/manual/install.xml b/docs/manual/install.xml
index 593de4e15b..45ab74e854 100644
--- a/docs/manual/install.xml
+++ b/docs/manual/install.xml
@@ -405,7 +405,7 @@
are available in various modules. During the configuration
process, you must select which modules to compile for use with
your server. You can view a list of modules included in
+ href="mod/">list of modules included in
the documentation. Those modules with a status of "Base" are
included by default and must be specifically disabled if you do
diff --git a/docs/manual/misc/fin_wait_2.html b/docs/manual/misc/fin_wait_2.html
index 413bab5571..2e97e62907 100644
--- a/docs/manual/misc/fin_wait_2.html
+++ b/docs/manual/misc/fin_wait_2.html
@@ -52,7 +52,7 @@
Buggy clients and persistent connections
Several clients have a bug which pops up when dealing with
- persistent connections (aka
+ persistent connections (aka
keepalives). When the connection is idle and the server
closes the connection (based on the KeepAliveTimeout),
diff --git a/docs/manual/misc/known_client_problems.html b/docs/manual/misc/known_client_problems.html
index 1896aeabbe..cb27dfda5e 100644
--- a/docs/manual/misc/known_client_problems.html
+++ b/docs/manual/misc/known_client_problems.html
@@ -40,8 +40,7 @@
Various of these workarounds are triggered by environment
variables. The admin typically controls which are set, and for
- which clients, by using mod_browser. Unless
+ which clients, by using mod_browser
. Unless
otherwise noted all of these workarounds exist in versions 1.2
and later.
diff --git a/docs/manual/mod/mod_autoindex.xml b/docs/manual/mod/mod_autoindex.xml
index b24f769765..9c1c258fe3 100644
--- a/docs/manual/mod/mod_autoindex.xml
+++ b/docs/manual/mod/mod_autoindex.xml
@@ -41,15 +41,15 @@
Options directive for
more details.
- If the FancyIndexing
- option is given with the IndexOptions directive,
+
If the FancyIndexing
option is given with the IndexOptions directive,
the column headers are links that control the order of the
display. If you select a header link, the listing will be
regenerated, sorted by the values in that column. Selecting the
same header repeatedly toggles between ascending and descending
order. These column header links are suppressed with
- IndexOptions directive's
+ IndexOptions directive's
SuppressColumnSorting
option.
Note that when the display is sorted by "Size", it's the
diff --git a/docs/manual/mod/mod_disk_cache.xml b/docs/manual/mod/mod_disk_cache.xml
index 66e7555c99..f99ba96872 100644
--- a/docs/manual/mod/mod_disk_cache.xml
+++ b/docs/manual/mod/mod_disk_cache.xml
@@ -14,7 +14,7 @@
This module is experimental. Documentation is still under development...
-
mod_disk_cache implements a disk based storage manager for use with mod_proxy.
+ mod_disk_cache implements a disk based storage manager for use with mod_proxy.
Content stored and retrived keyed to the URL. Content with
access protections is not cached.
diff --git a/docs/manual/mod/mod_log_config.xml b/docs/manual/mod/mod_log_config.xml
index 714a8c0525..4a9a510005 100644
--- a/docs/manual/mod/mod_log_config.xml
+++ b/docs/manual/mod/mod_log_config.xml
@@ -230,7 +230,7 @@ host
The CookieLog directive sets the
filename for logging of cookies. The filename is relative to the
serverroot. This directive is
- included only for compatibility with mod_cookies,
+ included only for compatibility with mod_cookies
,
and is deprecated.
diff --git a/docs/manual/mod/mod_mime.xml b/docs/manual/mod/mod_mime.xml
index 9b18fb6a87..b2bd637699 100644
--- a/docs/manual/mod/mod_mime.xml
+++ b/docs/manual/mod/mod_mime.xml
@@ -172,14 +172,18 @@
which document to give to the client, when there are
alternative documents in more than one character set, language,
encoding or mime type. All filename extensions associations
- created with AddCharset, AddEncoding,
- AddLanguage and AddType directives
- (and extensions listed in the MimeMagicFile)
- participate in this select process. Filename extensions that
- are only associated using the AddHandler,
- AddInputFilter or AddOutputFilter
- directives may be included or excluded from matching by using
- the MultiviewsMatch directive.
+ created with AddCharset,
+ AddEncoding, AddLanguage and AddType directives
+ (and extensions listed in the MimeMagicFile) participate in this select process.
+ Filename extensions that are only associated using the AddHandler, AddInputFilter or AddOutputFilter directives may be included or excluded
+ from matching by using the MultiviewsMatch directive.
Charset
diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml
index 9dd00c0d39..17bb868cb6 100644
--- a/docs/manual/mod/mod_ssl.xml
+++ b/docs/manual/mod/mod_ssl.xml
@@ -79,7 +79,7 @@ compatibility variables.
When mod_ssl is built into Apache or at least
loaded (under DSO situation) additional functions exist for the Custom Log Format of
+href="mod_log_config.html#formats">Custom Log Format of
mod_log_config. First there is an
additional ``%{
varname}x
''
eXtension format function which can be used to expand any variables
diff --git a/docs/manual/platform/netware.xml b/docs/manual/platform/netware.xml
index c6f36acfea..f8fcb2d1fa 100644
--- a/docs/manual/platform/netware.xml
+++ b/docs/manual/platform/netware.xml
@@ -18,7 +18,7 @@
The bug reporting page and dev-httpd mailing list are not
provided to answer questions about configuration or running Apache.
Before you submit a bug report or request, first consult this document, the
- Frequently Asked Questions page and the other
+ Frequently Asked Questions page and the other
relevant documentation topics. If you still have a question or problem,
post it to the
novell.devsup.webserver newsgroup, where many Apache users are more than
diff --git a/docs/manual/sitemap.xml b/docs/manual/sitemap.xml
index 29d6519196..f94ea6f2f9 100644
--- a/docs/manual/sitemap.xml
+++ b/docs/manual/sitemap.xml
@@ -89,7 +89,7 @@ a Service
Using Apache with Novell NetWare
Running a High-Performance Web
Server on HPUX
-The Apache EBCDIC Port
+The Apache EBCDIC Port