You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2007/12/05 03:26:28 UTC

svn commit: r601192 - /httpd/mod_ftp/trunk/docs/manual/mod/mod_ftp.xml

Author: wrowe
Date: Tue Dec  4 18:26:27 2007
New Revision: 601192

URL: http://svn.apache.org/viewvc?rev=601192&view=rev
Log:
Fix file contexts

Modified:
    httpd/mod_ftp/trunk/docs/manual/mod/mod_ftp.xml

Modified: httpd/mod_ftp/trunk/docs/manual/mod/mod_ftp.xml
URL: http://svn.apache.org/viewvc/httpd/mod_ftp/trunk/docs/manual/mod/mod_ftp.xml?rev=601192&r1=601191&r2=601192&view=diff
==============================================================================
--- httpd/mod_ftp/trunk/docs/manual/mod/mod_ftp.xml (original)
+++ httpd/mod_ftp/trunk/docs/manual/mod/mod_ftp.xml Tue Dec  4 18:26:27 2007
@@ -154,8 +154,13 @@
     <description>Set the umask for created directory</description>
     <syntax>FTPDirUmask <em>umask</em></syntax>
     <default>Unknown</default>
-    <contextlist><context>server config</context>
-      <context>virtual host</context></contextlist>
+    <contextlist>
+      <context>server config</context>
+      <context>virtual host</context>
+      <context>directory</context>
+      <context>.htaccess</context>
+    </contextlist>
+    <override>FileInfo</override>
     <usage>
       <p>This directive sets the permission mask for directory creation
 	access. The default is 022 which gives the owner complete
@@ -556,6 +561,7 @@
       <context>directory</context>
       <context>.htaccess</context>
     </contextlist>
+    <override>Any</override>
     <usage><p>This directive sets a <em>message</em> that is displayed
 	to the client upon entering a new directory.  This can either
 	be a string, or a path to a file.  The message can contain a
@@ -622,8 +628,13 @@
     <description>Set the umask for created files</description>
     <syntax>FTPUmask <em>umask</em></syntax>
     <default>FTPUmask 022</default>
-    <contextlist><context>server config</context>
-      <context>virtual host</context></contextlist>
+    <contextlist>
+      <context>server config</context>
+      <context>virtual host</context>
+      <context>directory</context>
+      <context>.htaccess</context>
+    </contextlist>
+    <override>FileInfo</override>
     <usage>
       <p>This directive sets the permission mask for file creation
 	access. The default is 022 which gives the owner complete