blob: 184763f09e33915b154510059dcb6b8570b5146a (
plain)
1
2
3
4
5
6
7
8
9
10
|
# 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>
|