11 lines
199 B
Plaintext
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>
|
|
|