You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2010/06/04 14:27:03 UTC

svn commit: r951392 - in /httpd/mod_ftp/trunk/docs/manual: ftp/ftp_faq.xml mod/mod_ftp.xml

Author: covener
Date: Fri Jun  4 12:27:03 2010
New Revision: 951392

URL: http://svn.apache.org/viewvc?rev=951392&view=rev
Log:
Update compatability to 2.2 from 2.3 and remove XML validation errors.

Submitted by: Igor Galić, Jorge Schrauwen
Reviwed by: covener


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

Modified: httpd/mod_ftp/trunk/docs/manual/ftp/ftp_faq.xml
URL: http://svn.apache.org/viewvc/httpd/mod_ftp/trunk/docs/manual/ftp/ftp_faq.xml?rev=951392&r1=951391&r2=951392&view=diff
==============================================================================
--- httpd/mod_ftp/trunk/docs/manual/ftp/ftp_faq.xml (original)
+++ httpd/mod_ftp/trunk/docs/manual/ftp/ftp_faq.xml Fri Jun  4 12:27:03 2010
@@ -28,5 +28,4 @@
 
 <manualpage metafile="ftp_faq.xml.meta">
 <parentdocument href="../"/>
-
 </manualpage>

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=951392&r1=951391&r2=951392&view=diff
==============================================================================
--- httpd/mod_ftp/trunk/docs/manual/mod/mod_ftp.xml (original)
+++ httpd/mod_ftp/trunk/docs/manual/mod/mod_ftp.xml Fri Jun  4 12:27:03 2010
@@ -29,7 +29,7 @@
   <status>External</status> <!-- For now... -->
   <sourcefile>mod_ftp.c</sourcefile>
   <identifier>ftp_module</identifier>
-  <compatibility>Apache 2.3 and higher</compatibility>
+  <compatibility>Apache 2.2 and higher</compatibility>
  
   <summary>
     <p>This module provides support for the File Transfer Protocol
@@ -69,7 +69,7 @@
     <description>Ports the server will use for connecting to the
       client</description>
     <syntax>FTPActiveRange <em>min [max]</em></syntax>
-    <default><em>an ephemeral high-numbered port</em></default>
+    <default>an ephemeral high-numbered port</default>
     <contextlist><context>server config</context>
       <context>virtual host</context></contextlist>
     <usage>
@@ -105,7 +105,7 @@
     <description>Set initial login message</description>
     <syntax>FTPBannerMessage
       <em>message</em>|<em>file:/path/to/file</em></syntax>
-    <default><em>none</em></default>
+    <default>none</default>
     <contextlist><context>server config</context>
       <context>virtual host</context></contextlist>
     <usage>
@@ -177,7 +177,7 @@
     <description>Set the DocumentRoot based on the given environment
       variable, such as a per-user LDAP property</description>
     <syntax>FTPDocRootEnv <em>envvar</em></syntax>
-    <default><em>none</em></default>
+    <default>none</default>
     <contextlist><context>server config</context>
       <context>virtual host</context></contextlist>
     <usage>
@@ -219,7 +219,7 @@
     <description>Set logout message</description>
     <syntax>FTPExitMessage
       <em>message</em>|<em>file:/path/to/file</em></syntax>
-    <default><em>none</em></default>
+    <default>none</default>
     <contextlist><context>server config</context>
       <context>virtual host</context></contextlist>
     <usage><p>This directive sets a <em>message</em> that is displayed to
@@ -234,7 +234,7 @@
     <name>FTPHomeDir</name> <description>Set the path to directory
       containing user's home directories</description>
     <syntax>FTPHomeDir /directory</syntax>
-    <default><em>none</em></default>
+    <default>none</default>
     <contextlist><context>server config</context>
       <context>virtual host</context></contextlist>
     <usage><p>This directive defines where the user home <em>directory</em>
@@ -324,7 +324,7 @@
     <description>Set the maximum number of concurrent logins per IP
       address</description>
     <syntax></syntax>
-    <default>FTPLimitLoginIP 0 <em>(unlimited)</em></default>
+    <default>FTPLimitLoginIP 0 (unlimited)</default>
     <contextlist><context>server config</context>
       <context>virtual host</context></contextlist>
     <usage>
@@ -340,7 +340,7 @@
     <description>Set the maximum number of concurrent logins per
       server</description>
     <syntax>FTPLimitLoginServer <em>number</em></syntax>
-    <default>FTPLimitLoginServer 0 <em>(unlimited)</em></default>
+    <default>FTPLimitLoginServer 0 (unlimited)</default>
     <contextlist><context>server config</context>
     </contextlist>
     <usage>
@@ -356,7 +356,7 @@
     <description>Set the maximum number of concurrent logins per
       user</description>
     <syntax>FTPLimitLoginUser <em>number</em></syntax>
-    <default>FTPLimitLoginUser 0 <em>(unlimited)</em></default>
+    <default>FTPLimitLoginUser 0 (unlimited)</default>
     <contextlist><context>server config</context>
     </contextlist>
     <usage>
@@ -406,7 +406,7 @@
     <name>FTPOptions</name>
     <description>Set options for this server</description>
     <syntax>FTPOptions <em>option1 [option2] ...</em></syntax>
-    <default><em>none</em></default>
+    <default>none</default>
     <contextlist><context>server config</context>
       <context>virtual host</context></contextlist>
     <usage>
@@ -552,8 +552,8 @@
     <description>Set the apparent server IP address for PASV data
       channels</description>
     <syntax>FTPPASVAddr <em>IP address</em></syntax>
-    <default><em>The server's actual IP address of the control channel
-     connection</em></default>
+    <default>The server's actual IP address of the control channel
+     connection</default>
     <contextlist><context>server config</context>
       <context>virtual host</context></contextlist>
     <usage>
@@ -574,10 +574,10 @@
     <description>Set and bind the allowed PASV server IP address for
       the data channel</description>
     <syntax>FTPPASVbindaddr <em>IP address</em></syntax>
-    <default><em>The specified
+    <default>The specified
       <directive module="mod_ftp">FTPPASVaddr</directive>, or in its 
       absense, the server's actual IP address of the control channel 
-      connection</em></default>
+      connection</default>
     <contextlist><context>server config</context>
       <context>virtual host</context></contextlist>
     <usage>
@@ -598,7 +598,7 @@
     <name>FTPPASVrange</name>
     <description>Set the allowed passive port range</description>
     <syntax>FTPPASVrange <em>number number</em></syntax>
-    <default><em>an ephemeral high-numbered port</em></default>
+    <default>an ephemeral high-numbered port</default>
     <contextlist><context>server config</context>
       <context>virtual host</context></contextlist>
     <usage>
@@ -622,7 +622,7 @@
     <syntax>FTPReadmeMessage
       <em>message</em>|<em>file:/path/to/file</em>
     </syntax>
-    <default><em>none</em></default>
+    <default>none</default>
     <contextlist>
       <context>server config</context>
       <context>virtual host</context>