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

This commit is contained in:
brectanus
2008-01-24 22:14:34 +00:00
parent f4a6e716dd
commit 7f3f2c3712

View File

@@ -1570,7 +1570,7 @@ ServerAlias www.app2.com
(permissions) of any uploaded files using an octal number.</para> (permissions) of any uploaded files using an octal number.</para>
<para><emphasis>Syntax:</emphasis> <literal <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 <para><emphasis>Example Usage:</emphasis> <literal
moreinfo="none">SecUploadFileMode 0640</literal></para> moreinfo="none">SecUploadFileMode 0640</literal></para>
@@ -1583,7 +1583,8 @@ ServerAlias www.app2.com
number (as used in chmod). The default mode is for only the account 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 writing the file to have read/write access (0600). Use this directive
with caution to avoid exposing potentially sensitive data to 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>
<section> <section>