diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-02-13 14:50:16 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-02-13 14:50:16 +0100 |
commit | 299677d1a552812c131fb1bde087ac556a17784d (patch) | |
tree | 988019441bdbdbf8805d251a341546989def7e1f /10-mod_security.conf | |
parent | 99c0349216f19f513e1306a4e0f66d0566e637ad (diff) |
Diffstat (limited to '10-mod_security.conf')
-rw-r--r-- | 10-mod_security.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/10-mod_security.conf b/10-mod_security.conf new file mode 100644 index 0000000..dfe0955 --- /dev/null +++ b/10-mod_security.conf @@ -0,0 +1,5 @@ +LoadModule security2_module modules/mod_security2.so + +<IfModule !mod_unique_id.c> + LoadModule unique_id_module modules/mod_unique_id.so +</IfModule> |