summaryrefslogtreecommitdiffstats
path: root/modules/core/test/conf/test28.conf
blob: 69c1c9b6338e56a084a9489996ba0e5162905d51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# interaction with IfModule

<IfModule mod_macro.c>
  <Macro foo>
    Warning "macro foo"
  </Macro>

  Use foo

  Error "done!"
</IfModule>

Error "should not get there"