summaryrefslogtreecommitdiff
path: root/docs/manual/glossary.html.en
diff options
context:
space:
mode:
Diffstat (limited to 'docs/manual/glossary.html.en')
-rw-r--r--docs/manual/glossary.html.en17
1 files changed, 9 insertions, 8 deletions
diff --git a/docs/manual/glossary.html.en b/docs/manual/glossary.html.en
index ef7a3630e3..5e2ab37108 100644
--- a/docs/manual/glossary.html.en
+++ b/docs/manual/glossary.html.en
@@ -50,7 +50,7 @@
<dd>A perl script that aids in compiling <span title="see glossary">&#8594;</span>&nbsp;<a href="./glossary.html#module">module</a> sources into Dynamic Shared Objects
(<span title="see glossary">&#8594;</span>&nbsp;<a href="./glossary.html#dso">DSO</a>s) and helps install them in the
Apache Web server.<br />
- See: <a href="programs/apxs.html">Manual Page: apxs</a>
+ See: Manual Page: <code class="program"><a href="./programs/apxs.html">apxs</a></code>
</dd>
<dt><a name="authentication" id="authentication">Authentication</a></dt>
@@ -154,7 +154,7 @@
<dt><a name="dynamicsharedobject" id="dynamicsharedobject">Dynamic
Shared Object</a> <a name="dso" id="dso">(DSO)</a></dt>
<dd><span title="see glossary">&#8594;</span>&nbsp;<a href="./glossary.html#module">Modules</a> compiled separately from the
- Apache httpd binary that can be loaded on-demand.<br />
+ Apache <code class="program"><a href="./programs/httpd.html">httpd</a></code> binary that can be loaded on-demand.<br />
See: <a href="dso.html">Dynamic Shared Object Support</a>
</dd>
@@ -274,13 +274,14 @@
<dt><a name="module" id="module">Module</a></dt>
<dd>An independent part of a program. Much of Apache's functionality is
contained in modules that you can choose to include or exclude. Modules
- that are compiled into the Apache httpd binary are called <em>static
- modules</em>, while modules that are stored separately and can be
- optionally loaded at run-time are called <em>dynamic modules</em> or
- <span title="see glossary">&#8594;</span>&nbsp;<a href="./glossary.html#dso">DSOs</a>. Modules that are included by default
- are called <em>base modules</em>. Many modules are available for Apache
+ that are compiled into the Apache <code class="program"><a href="./programs/httpd.html">httpd</a></code> binary are
+ called <dfn>static modules</dfn>, while modules that are stored
+ separately and can be optionally loaded at run-time are called
+ <dfn>dynamic modules</dfn> or <span title="see glossary">&#8594;</span>&nbsp;<a href="./glossary.html#dso">DSOs</a>.
+ Modules that are included by default
+ are called <dfn>base modules</dfn>. Many modules are available for Apache
that are not distributed as part of the Apache HTTP Server <span title="see glossary">&#8594;</span>&nbsp;<a href="./glossary.html#tarball">tarball</a>. These are referred to as
- <em>third-party modules</em>.<br />
+ <dfn>third-party modules</dfn>.<br />
See: <a href="mod/">Module Index</a>
</dd>