wiki:TewiDirectiveBeginIf

Version 3 (modified by Izuru Yakumo, on Sep 26, 2024 at 4:18:14 AM) ( diff )

--

BeginIf / EndIf

Encloses directives that will be processed only if a test is true at startup. This is equivalent to httpd 's IfDefined

BeginIf Defined 
    ForceLog "defined"
EndIf

BeginIfNot / EndIfNot

Same as above for false values. This is equivalent to httpd's IfDefined !parameter-name

BeginIfNot Defined test
   ForceLog "not defined"
EndIfNot
Note: See TracWiki for help on using the wiki.