From: Erik Abele
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 + features are available through 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 compiled to use dynamically loaded diff --git a/docs/manual/howto/ssi.html.en b/docs/manual/howto/ssi.html.en index 58b120f7cd1..0484511acc7 100644 --- a/docs/manual/howto/ssi.html.en +++ b/docs/manual/howto/ssi.html.en @@ -68,12 +68,12 @@ existing HTML documents.
order to give it a.shtml
extension, so that those
directives would be executed.
- The other method is to use the XBitHack
directive:
The other method is to use the 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
@@ -87,7 +87,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
+ perhaps not heard about 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.html.en b/docs/manual/install.html.en
index f488d824440..31110cc68f5 100644
--- a/docs/manual/install.html.en
+++ b/docs/manual/install.html.en
@@ -379,7 +379,7 @@
functionality is included in the core server. Extended features
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
+ your server. You can view a 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
not want them (e.g. mod_userdir
). Modules with any
diff --git a/docs/manual/mod/mod_autoindex.html.en b/docs/manual/mod/mod_autoindex.html.en
index f076a5125ac..fa76cd55106 100644
--- a/docs/manual/mod/mod_autoindex.html.en
+++ b/docs/manual/mod/mod_autoindex.html.en
@@ -37,14 +37,13 @@
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.html.en b/docs/manual/mod/mod_disk_cache.html.en index d7b05aa1083..46a4b2b4849 100644 --- a/docs/manual/mod/mod_disk_cache.html.en +++ b/docs/manual/mod/mod_disk_cache.html.en @@ -13,7 +13,7 @@
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.
mod_logio
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.