From: Joshua Slive Date: Tue, 12 Feb 2002 17:13:09 +0000 (+0000) Subject: Clarify what means in the world of mod_so. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2ca061809cb16c05551c603a36f0cf7c2aa2e0a7;p=apache Clarify what means in the world of mod_so. PR: 9787 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93372 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html index 320e754ff4..49711354a6 100644 --- a/docs/manual/mod/core.html +++ b/docs/manual/mod/core.html @@ -1252,12 +1252,14 @@

In the former case, the directives between the start and end markers are only processed if the module named module - name is compiled in to Apache. The second format reverses - the test, and only processes the directives if module - name is not compiled in.

- -

The module name argument is a module name as given - as the file name of the module, at the time it was compiled. + name 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 not included.

+ +

The module name argument is the file name of the + module, at the time it was compiled. For example, mod_rewrite.c.

<IfModule> sections are nest-able, which can be used