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 22:20:01 UTC

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

Author: wrowe
Date: Wed Dec  5 13:19:11 2007
New Revision: 601532

URL: http://svn.apache.org/viewvc?rev=601532&view=rev
Log:
Clarify FTPLimit directives

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=601532&r1=601531&r2=601532&view=diff
==============================================================================
--- httpd/mod_ftp/trunk/docs/manual/mod/mod_ftp.xml (original)
+++ httpd/mod_ftp/trunk/docs/manual/mod/mod_ftp.xml Wed Dec  5 13:19:11 2007
@@ -302,19 +302,19 @@
     <name>FTPLimitDBFile</name>
     <description>Set the location for the Login Limit DB file</description>
     <syntax>FTPLimitDBFile <em>file-path</em></syntax>
-    <default><em>unset</em></default>
-    <!-- FIXME This directive is allowed in RSRC_CONF??? -->
+    <default>logs/ftplogins</default>
     <contextlist><context>server config</context>
     </contextlist>
     <usage>
-      <p>To provide <directive module="mod_ftp">FTPLimitLoginUser</directive>
-        and <directive module="mod_ftp">FTPLimitLoginServer</directive>
+      <p>To provide <directive module="mod_ftp">FTPLimitLoginUser</directive>,
+        <directive module="mod_ftp">FTPLimitLoginServer</directive> and
+        <directive module="mod_ftp">FTPLimitLoginIP</directive>
         features, mod_ftp uses a small DBM file to store login data.  This
 	directive determines the filename-path of that database file.
 	If either <code>FTPLimit</code> directive is used, this directive
         must specify a filename for this DBM, writeable by the server.</p>
       <example><code>FTPLimitDBFile logs/ftplogins</code></example>
-      </usage>
+    </usage>
   </directivesynopsis>
 
   <directivesynopsis>
@@ -322,11 +322,14 @@
     <description>Set the maximum number of concurrent logins per IP
       address</description>
     <syntax></syntax>
-    <default></default>
+    <default>0 <em>(unlimited)</em></default>
     <contextlist><context>server config</context>
       <context>virtual host</context></contextlist>
     <usage>
-      <note>Not documented</note>
+      <p>This directive allows the administrator to limit the total
+	number of concurrent/simultaneous FTP logins.  For example, if
+	set to 10, no more than 10 FTP logins from the same IP address
+        would be allowed.  The default value is 0 (unlimited).</p>
     </usage>
   </directivesynopsis>
 
@@ -335,15 +338,14 @@
     <description>Set the maximum number of concurrent logins per
       server</description>
     <syntax>FTPLimitLoginServer <em>number</em></syntax>
-    <default>FTPLimitLoginServer 0 (unlimited)</default>
-    <!-- FIXME This directive is allowed in RSRC_CONF??? -->
+    <default>0 <em>(unlimited)</em></default>
     <contextlist><context>server config</context>
     </contextlist>
     <usage>
       <p>This directive allows the administrator to limit the total
 	number of concurrent/simultaneous FTP logins.  For example, if
-	set to 10, no more than 10 FTP logins would be allowed.  The
-	default value is 0 (unlimited).</p>
+	set to 100, no more than 100 FTP logins to the same virtual host
+        would be allowed.  The default value is 0 (unlimited).</p>
     </usage>
   </directivesynopsis>
 
@@ -352,11 +354,11 @@
     <description>Set the maximum number of concurrent logins per
       user</description>
     <syntax>FTPLimitLoginUser <em>number</em></syntax>
-    <default>FTPLimitLoginUser 0 (unlimited)</default>
-    <!-- FIXME This directive is allowed in RSRC_CONF??? -->
+    <default>0 <em>(unlimited)</em></default>
     <contextlist><context>server config</context>
     </contextlist>
-    <usage><p>This directive allows the administrator to limit the
+    <usage>
+      <p>This directive allows the administrator to limit the
 	number of concurrent/simultaneous logins of a single FTP user.
 	For example, if set to 3, then no single FTP account would be
 	allowed to have more than 3 concurrent logins (including the