14 lines
171 B
Plaintext
14 lines
171 B
Plaintext
# interaction with IfModule
|
|
|
|
<IfModule mod_macro.c>
|
|
<Macro foo>
|
|
Warning "macro foo"
|
|
</Macro>
|
|
|
|
Use foo
|
|
|
|
Error "done!"
|
|
</IfModule>
|
|
|
|
Error "should not get there"
|