
takashi at lans-tv
May 20, 2008, 9:18 PM
Post #3 of 3
(121 views)
Permalink
|
|
Re: Misleading example for <IfDefine> in core directives
[In reply to]
|
|
On Mon, 05 May 2008 13:55:43 +0100 Andrew Ford <A.Ford[at]ford-mason.co.uk> 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: docs-unsubscribe[at]httpd.apache.org For additional commands, e-mail: docs-help[at]httpd.apache.org
|