Blame modules/core/test/conf/test28.conf

Packit 90a5c9
# interaction with IfModule
Packit 90a5c9
Packit 90a5c9
<IfModule mod_macro.c>
Packit 90a5c9
  <Macro foo>
Packit 90a5c9
    Warning "macro foo"
Packit 90a5c9
  </Macro>
Packit 90a5c9
Packit 90a5c9
  Use foo
Packit 90a5c9
Packit 90a5c9
  Error "done!"
Packit 90a5c9
</IfModule>
Packit 90a5c9
Packit 90a5c9
Error "should not get there"