Update docs for SecUploadFileMode to include the "default" value.

This commit is contained in:
brectanus 2008-01-24 22:14:34 +00:00
parent f8adea949c
commit ef6f75f4f7

View File

@ -2009,7 +2009,7 @@ SecRuleUpdateActionById 12345 "t:compressWhitespace,deny,status:403,msg:'A new m
(permissions) of any uploaded files using an octal number.</para>
<para><emphasis>Syntax:</emphasis> <literal
moreinfo="none">SecUploadFileMode octal_mode</literal></para>
moreinfo="none">SecUploadFileMode octal_mode|"default"</literal></para>
<para><emphasis>Example Usage:</emphasis> <literal
moreinfo="none">SecUploadFileMode 0640</literal></para>
@ -2022,7 +2022,8 @@ SecRuleUpdateActionById 12345 "t:compressWhitespace,deny,status:403,msg:'A new m
number (as used in chmod). The default mode is for only the account
writing the file to have read/write access (0600). Use this directive
with caution to avoid exposing potentially sensitive data to
unauthorized users.</para>
unauthorized users. Using the value "default" will revert back to the
default setting.</para>
</section>
<section>