From 7f3f2c37125bb2fa87998e8f6cd9e3f08368f4d0 Mon Sep 17 00:00:00 2001 From: brectanus Date: Thu, 24 Jan 2008 22:14:34 +0000 Subject: [PATCH] Update docs for SecUploadFileMode to include the "default" value. --- doc/modsecurity2-apache-reference.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/modsecurity2-apache-reference.xml b/doc/modsecurity2-apache-reference.xml index 67976de0..76dab4a6 100644 --- a/doc/modsecurity2-apache-reference.xml +++ b/doc/modsecurity2-apache-reference.xml @@ -1570,7 +1570,7 @@ ServerAlias www.app2.com (permissions) of any uploaded files using an octal number. Syntax: SecUploadFileMode octal_mode + moreinfo="none">SecUploadFileMode octal_mode|"default" Example Usage: SecUploadFileMode 0640 @@ -1583,7 +1583,8 @@ ServerAlias www.app2.com 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. + unauthorized users. Using the value "default" will revert back to the + default setting.