cve-2024-38477/httpd-2.4.59/modules/core/test/conf/test28.conf
2025-06-05 15:09:30 +02:00

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"