Updated docs to point out some features are not available on all OSes. MODSEC-9

This commit is contained in:
brectanus 2008-09-05 16:18:00 +00:00
parent ac767de86e
commit ec49ce05c7

View File

@ -951,11 +951,12 @@ SecAuditLogStorageDir logs/audit
<para><emphasis>Version:</emphasis> 2.0.0</para> <para><emphasis>Version:</emphasis> 2.0.0</para>
<para><emphasis>Dependencies/Notes:</emphasis> The internal chroot <para><emphasis>Dependencies/Notes:</emphasis> This feature is not
functionality provided by ModSecurity works great for simple setups. One available on Windows builds. The internal chroot functionality provided
example of a simple setup is Apache serving static files only, or by ModSecurity works great for simple setups. One example of a simple
running scripts using modules. Some problems you might encounter with setup is Apache serving static files only, or running scripts using
more complex setups:</para> modules.builds. Some problems you might encounter with more complex
setups:</para>
<orderedlist> <orderedlist>
<listitem> <listitem>
@ -2342,7 +2343,8 @@ SecRuleUpdateActionById 12345 "t:compressWhitespace,deny,status:403,msg:'A new m
<title><literal>SecUploadFileMode</literal></title> <title><literal>SecUploadFileMode</literal></title>
<para><emphasis>Description:</emphasis> Configures the mode <para><emphasis>Description:</emphasis> Configures the mode
(permissions) of any uploaded files using an octal number.</para> (permissions) of any uploaded files using an octal number (as used in
chmod).</para>
<para><emphasis>Syntax:</emphasis> <literal <para><emphasis>Syntax:</emphasis> <literal
moreinfo="none">SecUploadFileMode octal_mode|"default"</literal></para> moreinfo="none">SecUploadFileMode octal_mode|"default"</literal></para>
@ -2356,12 +2358,14 @@ SecRuleUpdateActionById 12345 "t:compressWhitespace,deny,status:403,msg:'A new m
<para><emphasis>Version:</emphasis> 2.1.6</para> <para><emphasis>Version:</emphasis> 2.1.6</para>
<para><emphasis>Dependencies/Notes:</emphasis> The mode is an octal <para><emphasis>Dependencies/Notes:</emphasis> This feature is not
number (as used in chmod). The default mode is for only the account available on operating systems not supporting octal file modes. The
writing the file to have read/write access (0600). Use this directive default mode (0600) only grants read/write access to the account
with caution to avoid exposing potentially sensitive data to writing the file. If access from another account is needed (using clamd
unauthorized users. Using the value "default" will revert back to the is a good example), then this directive may be required. However, use
default setting.</para> this directive with caution to avoid exposing potentially sensitive
data to unauthorized users. Using the value "default" will revert back
to the default setting.</para>
</section> </section>
<section> <section>
@ -4458,7 +4462,7 @@ SecRule REQUEST_CONTENT_TYPE ^text/xml nolog,pass,<emphasis>ctl:requestBodyProce
<para>The requestBodyBuffering option allows you to configure the <para>The requestBodyBuffering option allows you to configure the
request body to be buffered (in memory) even if it is not parsed. This request body to be buffered (in memory) even if it is not parsed. This
allows inspection of REQUEST_BODY even when no parser is used.</para> allows inspection of REQUEST_BODY even when no parser is used.</para>
</section> </section>
<section> <section>
@ -4515,7 +4519,8 @@ SecRule IP:AUTH_ATTEMPT "@gt 25" \
<para><emphasis>Note</emphasis></para> <para><emphasis>Note</emphasis></para>
<para>This action is extremely useful when responding to both Brute <para>This action is currently not available on Windows based builds.
This action is extremely useful when responding to both Brute
Force and Denial of Service attacks in that, in both cases, you want to Force and Denial of Service attacks in that, in both cases, you want to
minimize both the network bandwidth and the data returned to the client. minimize both the network bandwidth and the data returned to the client.
This action causes error message to appear in the log "(9)Bad file This action causes error message to appear in the log "(9)Bad file