diff options
Diffstat (limited to 'www-apache/mod_security/metadata.xml')
-rw-r--r-- | www-apache/mod_security/metadata.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www-apache/mod_security/metadata.xml b/www-apache/mod_security/metadata.xml index 5d1112092a64..98313ed7d85a 100644 --- a/www-apache/mod_security/metadata.xml +++ b/www-apache/mod_security/metadata.xml @@ -6,19 +6,19 @@ <name>Diego E. Pettenò</name> </maintainer> <use> - <flag name='geoip'> + <flag name="geoip"> Configure ModSecurity to query the GeoIP database from MaxMind, provided by <pkg>dev-libs/geoip</pkg>. This flag only controls the default configuration, as the GeoIP query code is part of ModSecurity's source code. </flag> - <flag name='curl'> + <flag name="curl"> Build the ModSecurity Audit Log Collector (mlogc) that depends on <pkg>net-misc/curl</pkg>. </flag> - <flag name='jit'> + <flag name="jit"> Add support for the PCRE Just-in-Time optimisation, as enabled by <pkg>dev-libs/libpcre</pkg> with jit USE flag enabled. Might not be available on hardened systems. |