From a65627cc871878f0b9a36b5fbc10c5b05f2b4acc Mon Sep 17 00:00:00 2001 From: Erik Abele Date: Tue, 5 Nov 2002 19:05:22 +0000 Subject: [PATCH] updated transformations. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97409 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/configuring.html.en | 2 +- docs/manual/howto/ssi.html.en | 6 +++--- docs/manual/install.html.en | 2 +- docs/manual/mod/mod_autoindex.html.en | 5 ++--- docs/manual/mod/mod_disk_cache.html.en | 2 +- docs/manual/mod/mod_log_config.html.en | 2 +- docs/manual/mod/mod_mime.html.en | 13 +++++-------- docs/manual/mod/mod_ssl.html.en | 2 +- docs/manual/platform/netware.html.en | 2 +- docs/manual/sitemap.html.en | 2 +- 10 files changed, 17 insertions(+), 21 deletions(-) diff --git a/docs/manual/configuring.html.en b/docs/manual/configuring.html.en index 60eb963f52..2353d49de7 100644 --- a/docs/manual/configuring.html.en +++ b/docs/manual/configuring.html.en @@ -62,7 +62,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 + 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 58b120f7cd..0484511acc 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.

see people recommending that you just tell Apache to parse all .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 f488d82444..31110cc68f 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 f076a5125a..fa76cd5510 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 d7b05aa108..46a4b2b484 100644 --- a/docs/manual/mod/mod_disk_cache.html.en +++ b/docs/manual/mod/mod_disk_cache.html.en @@ -13,7 +13,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.html.en b/docs/manual/mod/mod_log_config.html.en index 3c27376a45..c1722ff2e1 100644 --- a/docs/manual/mod/mod_log_config.html.en +++ b/docs/manual/mod/mod_log_config.html.en @@ -219,7 +219,7 @@ enable 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.

top

CustomLog Directive

Description: Sets filename and format of log file
Syntax: diff --git a/docs/manual/mod/mod_mime.html.en b/docs/manual/mod/mod_mime.html.en index 17b06494cc..f63d7c8b89 100644 --- a/docs/manual/mod/mod_mime.html.en +++ b/docs/manual/mod/mod_mime.html.en @@ -154,14 +154,11 @@ 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.html.en b/docs/manual/mod/mod_ssl.html.en index 6d20468c25..5269518c05 100644 --- a/docs/manual/mod/mod_ssl.html.en +++ b/docs/manual/mod/mod_ssl.html.en @@ -103,7 +103,7 @@ compatibility variables.

top

Custom Log Formats

When mod_ssl is built into Apache or at least -loaded (under DSO situation) additional functions exist for the Custom Log Format of +loaded (under DSO situation) additional functions exist for the 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.html.en b/docs/manual/platform/netware.html.en index da25e0307a..0621897981 100644 --- a/docs/manual/platform/netware.html.en +++ b/docs/manual/platform/netware.html.en @@ -15,7 +15,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.html.en b/docs/manual/sitemap.html.en index 7d6bd78cf1..f99fa41dd6 100644 --- a/docs/manual/sitemap.html.en +++ b/docs/manual/sitemap.html.en @@ -59,7 +59,7 @@ a Service

  • Using Apache with Novell NetWare
  • Running a High-Performance Web Server on HPUX
  • -
  • The Apache EBCDIC Port
  • +
  • The Apache EBCDIC Port
  • top