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 2009/05/29 08:08:11 UTC

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

Author: wrowe
Date: Fri May 29 06:08:10 2009
New Revision: 779855

URL: http://svn.apache.org/viewvc?rev=779855&view=rev
Log:
Document the change

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=779855&r1=779854&r2=779855&view=diff
==============================================================================
--- httpd/mod_ftp/trunk/docs/manual/mod/mod_ftp.xml (original)
+++ httpd/mod_ftp/trunk/docs/manual/mod/mod_ftp.xml Fri May 29 06:08:10 2009
@@ -83,11 +83,14 @@
         <code>PORT</code> or <code>EPRT</code> request, and the point at
         which the server has connected to the client, the origin port
         may be unavailable to any other client.</note>
-      <note>By default, the operating system will not allow the FTP server
-        to use privileged ports for active connections.  If you specify a
-        port range below 1024 with FTPActiveRange, the server will fail
-        to satisfy the <code>PORT</code> or <code>EPRT</code> request!</note>
+      <note>Windows allows any process to access privileged ports.  However,
+        to assign <code>FTPActiveRange</code> below 1024 on a unix platform,
+        mod_ftp requires unix domain sockets, and will create an additional
+        httpd process to serve these bound, low numbered ports to the httpd
+        child worker processes.</note>
       <example>
+        <p><code>FTPActiveRange 20</code></p>
+        <p>Force the server to use the ftp-data scheme convention</p>
         <p><code>FTPActiveRange 5050</code></p>
         <p>Force the server to use port 5050</p>
         <p><code>FTPActiveRange 5050 5080</code></p>