From 3006aa4a2a49d4ee63c1d5b51eade26bf151de17 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Fri, 22 Nov 2002 05:10:35 +0000 Subject: [PATCH] update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97593 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/logs.html.en | 21 +++++---------------- docs/manual/mod/core.html.en | 5 ++--- docs/manual/mod/mod_ext_filter.html.en | 23 +++++++++-------------- docs/manual/mod/mod_mime.html.en | 3 ++- docs/manual/mod/quickreference.html.en | 2 +- docs/manual/mpm.html.en | 1 + docs/manual/upgrading.html.en | 6 ++++++ 7 files changed, 26 insertions(+), 35 deletions(-) diff --git a/docs/manual/logs.html.en b/docs/manual/logs.html.en index 26dce4e910..3381baf906 100644 --- a/docs/manual/logs.html.en +++ b/docs/manual/logs.html.en @@ -429,22 +429,6 @@ that piped log programs usually run as root. It is therefore very important to keep the programs simple and secure.

-

Some simple examples using piped logs:

- -

- # compressed logs
- CustomLog "|/usr/bin/gzip -c >> - /var/log/access_log.gz" common
- # almost-real-time name resolution
- CustomLog "|/usr/local/apache/bin/logresolve >> - /var/log/access_log" common -

- -

Notice that quotes are used to enclose the entire command - that will be called for the pipe. Although these examples are - for the access log, the same technique can be used for the - error log.

-

One important use of piped logs is to allow log rotation without having to restart the server. The Apache HTTP Server includes a simple program called rotatelogs for this @@ -456,6 +440,11 @@ /var/log/access_log 86400" common

+

Notice that quotes are used to enclose the entire command + that will be called for the pipe. Although these examples are + for the access log, the same technique can be used for the + error log.

+

A similar, but much more flexible log rotation program called cronolog is available at an external site.

diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 7c9984594e..927db2b995 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -238,11 +238,10 @@ response without an explicit character set

Only available in Location sections

+

Only available in Directory sections

AllowOverride is valid only in
<Directory> - sections, not in <Location> or <Files> sections, as implied by the - Context section above. + sections, not in <Location> or <Files> sections.

When this directive is set to None, then diff --git a/docs/manual/mod/mod_ext_filter.html.en b/docs/manual/mod/mod_ext_filter.html.en index a7f2eaedc7..27ebb01ed9 100644 --- a/docs/manual/mod/mod_ext_filter.html.en +++ b/docs/manual/mod/mod_ext_filter.html.en @@ -10,20 +10,14 @@ delivery to the clientStatus ExtensionModule Identifier: ext_filter_moduleSource File: mod_ext_filter.c

Summary

-

This is an experimental module and should - be used with care. Test your mod_ext_filter - configuration carefully to ensure that it performs the desired - function. You may wish to review - this information for background on the Apache filtering - model.

-

mod_ext_filter presents a simple and familiar - programming model for filters. With this module, a program - which reads from stdin and writes to stdout (i.e., a Unix-style - filter command) can be a filter for Apache. This filtering - mechanism is much slower than using a filter which is specially - written for the Apache API and runs inside of the Apache server - process, but it does have the following benefits:

+ programming model for filters. With + this module, a program which reads from stdin and writes to stdout + (i.e., a Unix-style filter command) can be a filter for + Apache. This filtering mechanism is much slower than using a + filter which is specially written for the Apache API and runs + inside of the Apache server process, but it does have the + following benefits:

Topics

See also

top

Examples

Generating HTML from some other type of response

diff --git a/docs/manual/mod/mod_mime.html.en b/docs/manual/mod/mod_mime.html.en index f63d7c8b89..e24f35ca9c 100644 --- a/docs/manual/mod/mod_mime.html.en +++ b/docs/manual/mod/mod_mime.html.en @@ -497,7 +497,8 @@ DefaultLanguage en The types of files that will be included when searching for a matching file with MultiViewsSyntax: MultiviewsMatch - [NegotiatedOnly] [Handlers] [Filters] [Any]Context: + [NegotiatedOnly] [Handlers] [Filters] [Any]Default: + MultiviewsMatch NegotiatedOnlyContext: server config, virtual host, directory, .htaccessOverride: FileInfoStatus: BaseModule: diff --git a/docs/manual/mod/quickreference.html.en b/docs/manual/mod/quickreference.html.en index 8111776e07..d2574e3d3f 100644 --- a/docs/manual/mod/quickreference.html.en +++ b/docs/manual/mod/quickreference.html.en @@ -405,7 +405,7 @@ spikes MMapFile file-path [file-path] ...sXMap a list of files into memory at startup time ModMimeUsePathInfo On|OffdBTells mod_mime to treat path_info components as part of the filename MultiviewsMatch - [NegotiatedOnly] [Handlers] [Filters] [Any]svdhBThe types of files that will be included when + [NegotiatedOnly] [Handlers] [Filters] [Any] NegotiatedOnly svdhBThe types of files that will be included when searching for a matching file with MultiViews NameVirtualHost addr[:port]sCDesignates an IP address for name-virtual hosting diff --git a/docs/manual/mpm.html.en b/docs/manual/mpm.html.en index 468a3f1930..9a8513bf7d 100644 --- a/docs/manual/mpm.html.en +++ b/docs/manual/mpm.html.en @@ -79,6 +79,7 @@ choice at compile-time.

+ diff --git a/docs/manual/upgrading.html.en b/docs/manual/upgrading.html.en index da6938dc39..8f261bb1f4 100644 --- a/docs/manual/upgrading.html.en +++ b/docs/manual/upgrading.html.en @@ -127,6 +127,12 @@ The same functionality is available through the FancyIndexing option to the IndexOptions directive. + +
  • The MultiViews content-negotiation technique provided by + mod_negotiation has become more strict in its + default file matching. It will select only from negotiable + files. The old behavior can be restored using the MultiviewsMatch directive.
  • +
    top

    Misc Changes

    -- 2.40.0
    BeOSbeos
    Netwarempm_netware
    OS/2mpmt_os2
    Unixprefork
    Windowsmpm_winnt