On Mon, 05 May 2008 13:55:43 +0100 Andrew Ford <[EMAIL PROTECTED]> wrote:
> The description for <IfDefine> in docs/2.2/mod/core.html has the > following text: > > <IfDefine> sections are nest-able, which can be used to implement > simple multiple-parameter tests. Example: > > |httpd -DReverseProxy ...| > | | > | # httpd.conf| > | <IfDefine ReverseProxy>| > | LoadModule rewrite_module modules/mod_rewrite.so| > | LoadModule proxy_module modules/libproxy.so| > | </IfDefine> > > | > > The text implies that the example demonstrates a simple multi-parameter > test, however it doesn't. Fixed in trunk as r658549. I will backport in several hours or someone will do. Thanks. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
