slive 02/02/12 09:11:13
Modified: htdocs/manual/mod core.html.en
Log:
Clarify what <IfModule> means in the mod_so world
and sneak in a couple formatting and cross-reference
changes.
PR: 9787
Revision Changes Path
1.216 +14 -5 httpd-docs-1.3/htdocs/manual/mod/core.html.en
Index: core.html.en
===================================================================
RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/core.html.en,v
retrieving revision 1.215
retrieving revision 1.216
diff -u -d -b -u -r1.215 -r1.216
--- core.html.en 9 Feb 2002 21:09:19 -0000 1.215
+++ core.html.en 12 Feb 2002 17:11:13 -0000 1.216
@@ -750,7 +750,9 @@
<p>For example:</p>
+ <blockquote>
<code>CoreDumpDirectory /tmp</code>
+ </blockquote>
<hr />
@@ -784,6 +786,11 @@
</blockquote>
would be appropriate for a directory which contained many gif
images with filenames missing the .gif extension.
+
+ <p><strong>See also:</strong> <a
+ href="mod_mime.html#addtype">AddType</a> and <a
+ href="mod_mime.html#typesconfig">TypesConfig</a>.</p>
+
<hr />
<h2><a id="directory" name="directory"><Directory>
@@ -1674,12 +1681,14 @@
<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>
+ 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 a module name as given
- as the file name of the module, at the time it was compiled.
+ <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><IfModule> sections are nest-able, which can be used
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]