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-Tag: 2.0.33~297 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bbba4a4b4f1406fdb71a7d356261f5ed9a6607c5;p=thirdparty%2Fapache%2Fhttpd.git 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 320e754ff49..49711354a66 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