Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 68169 invoked from network); 5 Dec 2007 23:33:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Dec 2007 23:33:39 -0000 Received: (qmail 78817 invoked by uid 500); 5 Dec 2007 23:33:27 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 78763 invoked by uid 500); 5 Dec 2007 23:33:27 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 78752 invoked by uid 99); 5 Dec 2007 23:33:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Dec 2007 15:33:27 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Dec 2007 23:33:36 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 5171D1A9832; Wed, 5 Dec 2007 15:33:14 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r601574 - /httpd/mod_ftp/trunk/docs/manual/mod/mod_ftp.xml Date: Wed, 05 Dec 2007 23:33:13 -0000 To: cvs@httpd.apache.org From: wrowe@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071205233314.5171D1A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: wrowe Date: Wed Dec 5 15:33:06 2007 New Revision: 601574 URL: http://svn.apache.org/viewvc?rev=601574&view=rev Log: Resort FTPOptions, and document option flags AllowProxy{PASV|PORT} 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=601574&r1=601573&r2=601574&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 15:33:06 2007 @@ -390,15 +390,21 @@

This directive sets per server options.

Current options:

-
RequireSSL
-

This option requires the client to issue an - AUTH command to switch to SSL before sending any - password information. This is much like implicit SSL in that - it forces the client to use SSL to send password information. - The difference is that using the RequireSSL - option will allow a client to connect without SSL, but then - issue the AUTH SSL command before sending the - username and password.

+
AllowProxyPASV
+

This option permits connection to the server's data + channel when it originates from an IP address other than + the control channel client's IP. It affects both the + PASV and EPSV data connections.` + As proxy FTP is rarely used and considered potentially + insecure, this directive should be used with caution.

+
+
AllowProxyPORT
+

This option permits the server to create a data channel + connection to an IP address other than the control channel + client's IP. It affects both the PORT and + EPRT data connections. As proxy FTP is rarely + used and considered potentially insecure, this directive + should be used with caution.

CheckMaxClients

This option denies login to a client when the server is @@ -422,11 +428,27 @@ nobody.

-
RemoveUserGroup
-

This option causes the - server to print the UID and GID rather than the user name - and group name for directory listings. It has no effect on - Windows systems.

+
LISTisNLST
+

This option causes the server to display identical output + when it receives either a LIST request or an + NLST request. Unlike + NLSTisLIST, the output is a list of + files without details. If the -l option is passed to + LIST requests, details will be provided, + whether this option is set or not.

+
+
NLSTisLIST
+

This option causes the server + to display identical output when it receives either a + LIST request or an NLST request. + Like NLSTShowDirs, this option is + used for FTP clients that send different requests for + ls or dir commands.

+ +

Setting this option will cause commands that request + multiple files to fail and should be used with + caution.

+
NLSTShowDirs

This option causes the server @@ -442,27 +464,21 @@ caution.

-
NLSTisLIST
-

This option causes the server - to display identical output when it receives either a - LIST request or an NLST request. - Like NLSTShowDirs, this option is - used for FTP clients that send different requests for - ls or dir commands.

- -

Setting this option will cause commands that request - multiple files to fail and should be used with - caution.

-
+
RemoveUserGroup
+

This option causes the + server to print the UID and GID rather than the user name + and group name for directory listings. It has no effect on + Windows systems.

-
LISTisNLST
-

This option causes the server to display identical output - when it receives either a LIST request or an - NLST request. Unlike - NLSTisLIST, the output is a list of - files without details. If the -l option is passed to - LIST requests, details will be provided, - whether this option is set or not.

+
RequireSSL
+

This option requires the client to issue an + AUTH command to switch to SSL before sending any + password information. This is much like implicit SSL in that + it forces the client to use SSL to send password information. + The difference is that using the RequireSSL + option will allow a client to connect without SSL, but then + issue the AUTH SSL command before sending the + username and password.

ShowUnAuthorizedFiles

This option causes