From: Joshua Slive Date: Mon, 23 Sep 2002 21:40:44 +0000 (+0000) Subject: I just spent a few minutes helping someone on the users list figure X-Git-Tag: WROWE_2_0_43_PRE1~45 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=655d9699a128b4a1674df68582123279cf92e7d4;p=apache I just spent a few minutes helping someone on the users list figure out how to use with php4 and Apache2 (solution ). Document the technique for posterity. Also, try to discourage people from adding random sections just for the heck of it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96958 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 7d8d4dfd99..ab21b9e126 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -842,7 +842,8 @@ presence of absence of a specific module<IfModule> section are only processed if the test is true. If test is false, everything between the start and end markers is ignored.

@@ -864,12 +865,20 @@ presence of absence of a specific module
<IfModule> sections are nest-able, which can be used to implement simple multiple-module tests.

+ +
This section should only be used if you need to have one + configuration file that works whether or not a specific module + is available. In normal operation, directives need not be + placed in <IfModule> + sections.
top