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/08 00:17:09 UTC

svn commit: r602264 - in /httpd/mod_ftp/trunk/docs/manual/mod: mod_ftp.html.en mod_ftp.xml

Author: wrowe
Date: Fri Dec  7 15:17:07 2007
New Revision: 602264

URL: http://svn.apache.org/viewvc?rev=602264&view=rev
Log:
Note the current flaw in Limit directives.

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

Modified: httpd/mod_ftp/trunk/docs/manual/mod/mod_ftp.html.en
URL: http://svn.apache.org/viewvc/httpd/mod_ftp/trunk/docs/manual/mod/mod_ftp.html.en?rev=602264&r1=602263&r2=602264&view=diff
==============================================================================
--- httpd/mod_ftp/trunk/docs/manual/mod/mod_ftp.html.en (original)
+++ httpd/mod_ftp/trunk/docs/manual/mod/mod_ftp.html.en Fri Dec  7 15:17:07 2007
@@ -360,6 +360,9 @@
 	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>
+      <div class="note">Note the directive currently has a side effect of comparing the
+        limit across all FTP hosts, as opposed to the specific host.  This
+        Should be addressed in a future release.</div>
     
 </div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
@@ -377,6 +380,9 @@
 	number of concurrent/simultaneous FTP logins.  For example, if
 	set to 100, no more than 100 FTP logins to the same virtual host
         would be allowed.  The default value is 0 (unlimited).</p>
+      <div class="note">Note the directive currently has a side effect of comparing the
+        limit across all FTP hosts, as opposed to the specific host.  This
+        Should be addressed in a future release.</div>
     
 </div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
@@ -395,6 +401,9 @@
 	For example, if set to 3, then no single FTP account would be
 	allowed to have more than 3 concurrent logins (including the
 	guest/anonymous account).  The default value is 0 (unlimited).</p>
+      <div class="note">Note the directive currently has a side effect of comparing the
+        limit across all FTP hosts, as opposed to the specific host.  This
+        Should be addressed in a future release.</div>
     
 </div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>

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=602264&r1=602263&r2=602264&view=diff
==============================================================================
--- httpd/mod_ftp/trunk/docs/manual/mod/mod_ftp.xml (original)
+++ httpd/mod_ftp/trunk/docs/manual/mod/mod_ftp.xml Fri Dec  7 15:17:07 2007
@@ -329,6 +329,9 @@
 	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>
+      <note>Note the directive currently has a side effect of comparing the
+        limit across all FTP hosts, as opposed to the specific host.  This
+        Should be addressed in a future release.</note>
     </usage>
   </directivesynopsis>
 
@@ -345,6 +348,9 @@
 	number of concurrent/simultaneous FTP logins.  For example, if
 	set to 100, no more than 100 FTP logins to the same virtual host
         would be allowed.  The default value is 0 (unlimited).</p>
+      <note>Note the directive currently has a side effect of comparing the
+        limit across all FTP hosts, as opposed to the specific host.  This
+        Should be addressed in a future release.</note>
     </usage>
   </directivesynopsis>
 
@@ -362,6 +368,9 @@
 	For example, if set to 3, then no single FTP account would be
 	allowed to have more than 3 concurrent logins (including the
 	guest/anonymous account).  The default value is 0 (unlimited).</p>
+      <note>Note the directive currently has a side effect of comparing the
+        limit across all FTP hosts, as opposed to the specific host.  This
+        Should be addressed in a future release.</note>
     </usage>
   </directivesynopsis>