]> granicus.if.org Git - apache/commitdiff
Clarify what <IfModule> means in the world of mod_so.
authorJoshua Slive <slive@apache.org>
Tue, 12 Feb 2002 17:13:09 +0000 (17:13 +0000)
committerJoshua Slive <slive@apache.org>
Tue, 12 Feb 2002 17:13:09 +0000 (17:13 +0000)
PR: 9787

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93372 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.html

index 320e754ff497858136487b45c6a525b242f1f9d8..49711354a66983a99091281b8e025b80ddaac145 100644 (file)
 
     <p>In the former case, the directives between the start and end
     markers are only processed if the module named <em>module
-    name</em> is compiled in to Apache. The second format reverses
-    the test, and only processes the directives if <em>module
-    name</em> is <strong>not</strong> compiled in.</p>
-
-    <p>The <em>module name</em> argument is a module name as given
-    as the file name of the module, at the time it was compiled.
+    name</em> is included in Apache -- either compiled in or
+    dynamically loaded using <a
+    href="mod_so.html#loadmodule">LoadModule</a>. The second format
+    reverses the test, and only processes the directives if <em>module
+    name</em> is <strong>not</strong> included.</p>
+
+    <p>The <em>module name</em> argument is the file name of the
+    module, at the time it was compiled.
     For example, <code>mod_rewrite.c</code>.</p>
 
     <p>&lt;IfModule&gt; sections are nest-able, which can be used