Hi folks,
sjorge asked me to fix mod_ftp's <compatibility> tag up, or rather down to 2.2
In doing so I discovered that it's lacking a bit in the XML department.
Here's the patch - I couldn't commit it myself, because I don't have
permissions to do so.
So long o/~
--
Igor Galić
Tel: +43 (0) 699 122 96 338
Fax: +43(0) 1 91 333 41
Mail: [email protected]
URL: http://brainsware.org/
Index: mod/mod_ftp.xml
===================================================================
--- mod/mod_ftp.xml (revision 946932)
+++ mod/mod_ftp.xml (working copy)
@@ -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>
Index: mod/mod_ftp.html.en
===================================================================
--- mod/mod_ftp.html.en (revision 946932)
+++ mod/mod_ftp.html.en (working copy)
@@ -27,7 +27,7 @@
<tr><th><a href="module-dict.html#Status">Status:</a></th><td>External</td></tr>
<tr><th><a href="module-dict.html#ModuleIdentifier">Module Identifier:</a></th><td>ftp_module</td></tr>
<tr><th><a href="module-dict.html#SourceFile">Source File:</a></th><td>mod_ftp.c</td></tr>
-<tr><th><a href="module-dict.html#Compatibility">Compatibility:</a></th><td>Apache 2.3 and higher</td></tr></table>
+<tr><th><a href="module-dict.html#Compatibility">Compatibility:</a></th><td>Apache 2.2 and higher</td></tr></table>
<h3>Summary</h3>
<p>This module provides support for the File Transfer Protocol
@@ -99,7 +99,7 @@
<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Ports the server will use for connecting to the
client</td></tr>
<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>FTPActiveRange <em>min [max]</em></code></td></tr>
-<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code><em>an ephemeral high-numbered port</em></code></td></tr>
+<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>an ephemeral high-numbered port</code></td></tr>
<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>External</td></tr>
<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_ftp</td></tr>
@@ -129,7 +129,7 @@
<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Set initial login message</td></tr>
<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>FTPBannerMessage
<em>message</em>|<em>file:/path/to/file</em></code></td></tr>
-<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code><em>none</em></code></td></tr>
+<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>none</code></td></tr>
<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>External</td></tr>
<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_ftp</td></tr>
@@ -200,7 +200,7 @@
<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Set the DocumentRoot based on the given environment
variable, such as a per-user LDAP property</td></tr>
<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>FTPDocRootEnv <em>envvar</em></code></td></tr>
-<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code><em>none</em></code></td></tr>
+<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>none</code></td></tr>
<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>External</td></tr>
<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_ftp</td></tr>
@@ -244,7 +244,7 @@
<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Set logout message</td></tr>
<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>FTPExitMessage
<em>message</em>|<em>file:/path/to/file</em></code></td></tr>
-<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code><em>none</em></code></td></tr>
+<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>none</code></td></tr>
<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>External</td></tr>
<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_ftp</td></tr>
@@ -261,7 +261,7 @@
<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Set the path to directory
containing user's home directories</td></tr>
<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>FTPHomeDir /directory</code></td></tr>
-<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code><em>none</em></code></td></tr>
+<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>none</code></td></tr>
<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>External</td></tr>
<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_ftp</td></tr>
@@ -353,7 +353,7 @@
<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Set the maximum number of concurrent logins per IP
address</td></tr>
<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code /></td></tr>
-<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>FTPLimitLoginIP 0 <em>(unlimited)</em></code></td></tr>
+<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>FTPLimitLoginIP 0 (unlimited)</code></td></tr>
<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>External</td></tr>
<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_ftp</td></tr>
@@ -370,7 +370,7 @@
<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Set the maximum number of concurrent logins per
server</td></tr>
<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>FTPLimitLoginServer <em>number</em></code></td></tr>
-<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>FTPLimitLoginServer 0 <em>(unlimited)</em></code></td></tr>
+<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>FTPLimitLoginServer 0 (unlimited)</code></td></tr>
<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config</td></tr>
<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>External</td></tr>
<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_ftp</td></tr>
@@ -387,7 +387,7 @@
<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Set the maximum number of concurrent logins per
user</td></tr>
<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>FTPLimitLoginUser <em>number</em></code></td></tr>
-<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>FTPLimitLoginUser 0 <em>(unlimited)</em></code></td></tr>
+<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>FTPLimitLoginUser 0 (unlimited)</code></td></tr>
<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config</td></tr>
<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>External</td></tr>
<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_ftp</td></tr>
@@ -441,7 +441,7 @@
<table class="directive">
<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Set options for this server</td></tr>
<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>FTPOptions <em>option1 [option2] ...</em></code></td></tr>
-<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code><em>none</em></code></td></tr>
+<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>none</code></td></tr>
<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>External</td></tr>
<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_ftp</td></tr>
@@ -587,8 +587,8 @@
<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Set the apparent server IP address for PASV data
channels</td></tr>
<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>FTPPASVAddr <em>IP address</em></code></td></tr>
-<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code><em>The server's actual IP address of the control channel
- connection</em></code></td></tr>
+<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>The server's actual IP address of the control channel
+ connection</code></td></tr>
<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>External</td></tr>
<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_ftp</td></tr>
@@ -610,10 +610,10 @@
<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Set and bind the allowed PASV server IP address for
the data channel</td></tr>
<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>FTPPASVbindaddr <em>IP address</em></code></td></tr>
-<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code><em>The specified
+<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>The specified
<code class="directive"><a href="#ftppasvaddr">FTPPASVaddr</a></code>, or in its
absense, the server's actual IP address of the control channel
- connection</em></code></td></tr>
+ connection</code></td></tr>
<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>External</td></tr>
<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_ftp</td></tr>
@@ -635,7 +635,7 @@
<table class="directive">
<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Set the allowed passive port range</td></tr>
<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>FTPPASVrange <em>number number</em></code></td></tr>
-<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code><em>an ephemeral high-numbered port</em></code></td></tr>
+<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>an ephemeral high-numbered port</code></td></tr>
<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>External</td></tr>
<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_ftp</td></tr>
@@ -660,7 +660,7 @@
<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>FTPReadmeMessage
<em>message</em>|<em>file:/path/to/file</em>
</code></td></tr>
-<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code><em>none</em></code></td></tr>
+<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>none</code></td></tr>
<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host, directory, .htaccess</td></tr>
<tr><th><a href="directive-dict.html#Override">Override:</a></th><td>Any</td></tr>
<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>External</td></tr>
@@ -748,6 +748,6 @@
<div class="bottomlang">
<p><span>Available Languages: </span><a href="../en/mod/mod_ftp.html" title="English"> en </a></p>
</div><div id="footer">
-<p class="apache">Copyright 2009 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
+<p class="apache">Copyright 2010 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div>
</body></html>
\ No newline at end of file
Index: ftp/ftp_faq.xml
===================================================================
--- ftp/ftp_faq.xml (revision 946932)
+++ ftp/ftp_faq.xml (working copy)
@@ -28,5 +28,4 @@
<manualpage metafile="ftp_faq.xml.meta">
<parentdocument href="../"/>
-
</manualpage>
Index: ftp/ftp_tls.html.en
===================================================================
--- ftp/ftp_tls.html.en (revision 946932)
+++ ftp/ftp_tls.html.en (working copy)
@@ -12,11 +12,11 @@
<link href="../images/favicon.ico" rel="shortcut icon" /></head>
<body id="manual-page"><div id="page-header">
<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p>
-<p class="apache">Apache HTTP Server Version 2.2</p>
+<p class="apache">Apache HTTP Server Version 2.3</p>
<img alt="" src="../images/feather.gif" /></div>
<div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div>
<div id="path">
-<a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs/">Documentation</a> > <a href="../">Version 2.2</a> > <a href="./">FTP Protocol Support</a></div><div id="page-content"><div id="preamble"><h1>Securing FTP With TLS</h1>
+<a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs/">Documentation</a> > <a href="../">Version 2.3</a> > <a href="./">FTP Protocol Support</a></div><div id="page-content"><div id="preamble"><h1>Securing FTP With TLS</h1>
<div class="toplang">
<p><span>Available Languages: </span><a href="../en/ftp/ftp_tls.html" title="English"> en </a></p>
</div>
@@ -214,6 +214,6 @@
<div class="bottomlang">
<p><span>Available Languages: </span><a href="../en/ftp/ftp_tls.html" title="English"> en </a></p>
</div><div id="footer">
-<p class="apache">Copyright 2009 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
+<p class="apache">Copyright 2010 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div>
</body></html>
\ No newline at end of file
Index: ftp/ftp_faq.html.en
===================================================================
--- ftp/ftp_faq.html.en (revision 946932)
+++ ftp/ftp_faq.html.en (working copy)
@@ -12,11 +12,11 @@
<link href="../images/favicon.ico" rel="shortcut icon" /></head>
<body id="manual-page" class="no-sidebar"><div id="page-header">
<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p>
-<p class="apache">Apache HTTP Server Version 2.2</p>
+<p class="apache">Apache HTTP Server Version 2.3</p>
<img alt="" src="../images/feather.gif" /></div>
<div class="up"><a href="../"><img title="<-" alt="<-" src="../images/left.gif" /></a></div>
<div id="path">
-<a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs/">Documentation</a> > <a href="../">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1 />
+<a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs/">Documentation</a> > <a href="../">Version 2.3</a></div><div id="page-content"><div id="preamble"><h1 />
<div class="toplang">
<p><span>Available Languages: </span><a href="../en/ftp/ftp_faq.html" title="English"> en </a></p>
</div>
@@ -25,6 +25,6 @@
<div class="bottomlang">
<p><span>Available Languages: </span><a href="../en/ftp/ftp_faq.html" title="English"> en </a></p>
</div><div id="footer">
-<p class="apache">Copyright 2009 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
+<p class="apache">Copyright 2010 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div>
</body></html>
\ No newline at end of file
Index: ftp/ftp_intro.html.en
===================================================================
--- ftp/ftp_intro.html.en (revision 946932)
+++ ftp/ftp_intro.html.en (working copy)
@@ -12,11 +12,11 @@
<link href="../images/favicon.ico" rel="shortcut icon" /></head>
<body id="manual-page"><div id="page-header">
<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p>
-<p class="apache">Apache HTTP Server Version 2.2</p>
+<p class="apache">Apache HTTP Server Version 2.3</p>
<img alt="" src="../images/feather.gif" /></div>
<div class="up"><a href="../"><img title="<-" alt="<-" src="../images/left.gif" /></a></div>
<div id="path">
-<a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs/">Documentation</a> > <a href="../">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Introduction to the FTP Protocol</h1>
+<a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs/">Documentation</a> > <a href="../">Version 2.3</a></div><div id="page-content"><div id="preamble"><h1>Introduction to the FTP Protocol</h1>
<div class="toplang">
<p><span>Available Languages: </span><a href="../en/ftp/ftp_intro.html" title="English"> en </a></p>
</div>
@@ -106,6 +106,6 @@
<div class="bottomlang">
<p><span>Available Languages: </span><a href="../en/ftp/ftp_intro.html" title="English"> en </a></p>
</div><div id="footer">
-<p class="apache">Copyright 2009 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
+<p class="apache">Copyright 2010 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div>
</body></html>
\ No newline at end of file
Index: ftp/index.html.en
===================================================================
--- ftp/index.html.en (revision 946932)
+++ ftp/index.html.en (working copy)
@@ -12,11 +12,11 @@
<link href="../images/favicon.ico" rel="shortcut icon" /></head>
<body id="manual-page"><div id="page-header">
<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p>
-<p class="apache">Apache HTTP Server Version 2.2</p>
+<p class="apache">Apache HTTP Server Version 2.3</p>
<img alt="" src="../images/feather.gif" /></div>
<div class="up"><a href="../"><img title="<-" alt="<-" src="../images/left.gif" /></a></div>
<div id="path">
-<a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs/">Documentation</a> > <a href="../">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Apache FTP Protocol Support</h1>
+<a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs/">Documentation</a> > <a href="../">Version 2.3</a></div><div id="page-content"><div id="preamble"><h1>Apache FTP Protocol Support</h1>
<div class="toplang">
<p><span>Available Languages: </span><a href="../en/ftp/" title="English"> en </a></p>
</div>
@@ -70,6 +70,6 @@
<div class="bottomlang">
<p><span>Available Languages: </span><a href="../en/ftp/" title="English"> en </a></p>
</div><div id="footer">
-<p class="apache">Copyright 2009 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
+<p class="apache">Copyright 2010 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div>
</body></html>
\ No newline at end of file
Index: ftp/ftp_howto.html.en
===================================================================
--- ftp/ftp_howto.html.en (revision 946932)
+++ ftp/ftp_howto.html.en (working copy)
@@ -12,11 +12,11 @@
<link href="../images/favicon.ico" rel="shortcut icon" /></head>
<body id="manual-page" class="no-sidebar"><div id="page-header">
<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p>
-<p class="apache">Apache HTTP Server Version 2.2</p>
+<p class="apache">Apache HTTP Server Version 2.3</p>
<img alt="" src="../images/feather.gif" /></div>
<div class="up"><a href="../"><img title="<-" alt="<-" src="../images/left.gif" /></a></div>
<div id="path">
-<a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs/">Documentation</a> > <a href="../">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1 />
+<a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs/">Documentation</a> > <a href="../">Version 2.3</a></div><div id="page-content"><div id="preamble"><h1 />
<div class="toplang">
<p><span>Available Languages: </span><a href="../en/ftp/ftp_howto.html" title="English"> en </a></p>
</div>
@@ -25,6 +25,6 @@
<div class="bottomlang">
<p><span>Available Languages: </span><a href="../en/ftp/ftp_howto.html" title="English"> en </a></p>
</div><div id="footer">
-<p class="apache">Copyright 2009 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
+<p class="apache">Copyright 2010 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div>
</body></html>
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]