aboutsummaryrefslogtreecommitdiffstats
path: root/config/apache_mod_security/apache_mod_security_settings.xml
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@G5.local>2009-10-27 19:59:57 -0400
committerScott Ullrich <sullrich@G5.local>2009-10-27 19:59:57 -0400
commit6abe1f9648d0b3ea16c5901d7490d829a2d78063 (patch)
tree2ca8f14fb5693fdf11158c260e02fde7d3fc0c2b /config/apache_mod_security/apache_mod_security_settings.xml
parentcefe0accd2b44cacd17c8f35f76dbdac66241a6d (diff)
downloadpfsense-packages-6abe1f9648d0b3ea16c5901d7490d829a2d78063.tar.gz
pfsense-packages-6abe1f9648d0b3ea16c5901d7490d829a2d78063.tar.bz2
pfsense-packages-6abe1f9648d0b3ea16c5901d7490d829a2d78063.zip
Add more tunables
Diffstat (limited to 'config/apache_mod_security/apache_mod_security_settings.xml')
-rw-r--r--config/apache_mod_security/apache_mod_security_settings.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/config/apache_mod_security/apache_mod_security_settings.xml b/config/apache_mod_security/apache_mod_security_settings.xml
index 4382d731..9f1fd2c2 100644
--- a/config/apache_mod_security/apache_mod_security_settings.xml
+++ b/config/apache_mod_security/apache_mod_security_settings.xml
@@ -142,12 +142,35 @@
<type>input</type>
</field>
<field>
+ <fielddescr>Configures the maximum request body size ModSecurity will store in memory.</fielddescr>
+ <fieldname>secrequestbodyinmemorylimit</fieldname>
+ <description>Configures the maximum request body size ModSecurity will store in memory.</description>
+ <type>input</type>
+ </field>
+ <field>
+ <fielddescr>Configures the maximum request body size ModSecurity will accept for buffering.</fielddescr>
+ <fieldname>secrequestbodylimit</fieldname>
+ <description>Configures the maximum request body size ModSecurity will accept for buffering.</description>
+ <type>input</type>
+ </field
+ <field>
<fielddescr>Enable mod_security protection</fielddescr>
<fieldname>enablemodsecurity</fieldname>
<description>Enables mod_security protection for all sites being proxied</description>
<type>checkbox</type>
</field>
<field>
+ <fielddescr>Configures the audit logging engine.</fielddescr>
+ <fieldname>secauditengine</fieldname>
+ <description>Configures the audit logging engine.</description>
+ <type>select</type>
+ <options>
+ <option><name>RelevantOnly</name><value>RelevantOnly</value></option>
+ <option><name>All</name><value>On</value></option>
+ <option><name>Off</name><value>Off</value></option>
+ </options>
+ </field>
+ <field>
<fielddescr>Custom mod_security rules</fielddescr>
<fieldname>modsecuritycustom</fieldname>
<description>Paste any custom mod_security rules that you would like to use</description>