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

11 lines
199 B
Plaintext

# ifmodule
<IfModule mod_macro.c>
Warning it is really a good idea to have mod_macro.c installed.
</IfModule>
<IfModule !mod_perl.c>
Error it seems you do not have mod perl installed.
</IfModule>