From 0e99a27bbbf574c79c991afde2c95a7ce02e4d13 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Fri, 4 Jun 2004 22:57:26 +0000 Subject: [PATCH] update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103851 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.html.en | 23 +++++++++++-------- docs/manual/mod/core.xml.de | 2 +- docs/manual/mod/core.xml.ja | 2 +- docs/manual/mod/quickreference.html.en | 2 +- docs/manual/mod/quickreference.html.es | 2 +- docs/manual/mod/quickreference.html.ko.euc-kr | 2 +- 6 files changed, 18 insertions(+), 15 deletions(-) diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index f213b354de..80dda962ba 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -1324,12 +1324,14 @@ if a test is true at startup - +
Description:Encloses directives that are processed conditional on the presence or absence of a specific module
Syntax:<IfModule [!]module-name> ... +
Syntax:<IfModule [!]module-file|module-identifier> ... </IfModule>
Context:server config, virtual host, directory, .htaccess
Override:All
Status:Core
Module:core
Compatibility:Module identifiers are available in version 2.1 and +later.

The <IfModule test>...</IfModule> section is used to mark directives that are conditional on the presence of @@ -1340,22 +1342,23 @@ presence or absence of a specific module

The test in the <IfModule> section directive can be one of two forms:

In the former case, the directives between the start and end - markers are only processed if the module named module - name is included in Apache -- either compiled in or + markers are only processed if the module named module + is included in Apache -- either compiled in or dynamically loaded using LoadModule. The second format reverses the test, - and only processes the directives if module name is + and only processes the directives if module is not included.

-

The module name argument is the file name of the - module, at the time it was compiled. For example, - mod_rewrite.c. If a module consists of several - source files, use the name of the file containing the string +

The module argument can be either the module identifier or + the file name of the module, at the time it was compiled. For example, + rewrite_module is the identifier and + mod_rewrite.c is the file name. If a module consists of + several source files, use the name of the file containing the string STANDARD20_MODULE_STUFF.

<IfModule> sections are diff --git a/docs/manual/mod/core.xml.de b/docs/manual/mod/core.xml.de index f84e447831..71a7b2c6cf 100644 --- a/docs/manual/mod/core.xml.de +++ b/docs/manual/mod/core.xml.de @@ -1,7 +1,7 @@ - + +