You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by bu...@apache.org on 2018/03/13 19:56:41 UTC

svn commit: r1026719 - in /websites/staging/httpd/trunk/content: ./ dev/devnotes.html dev/patches.html download.html mod_ftp/index.html

Author: buildbot
Date: Tue Mar 13 19:56:41 2018
New Revision: 1026719

Log:
Staging update by buildbot for httpd

Modified:
    websites/staging/httpd/trunk/content/   (props changed)
    websites/staging/httpd/trunk/content/dev/devnotes.html
    websites/staging/httpd/trunk/content/dev/patches.html
    websites/staging/httpd/trunk/content/download.html
    websites/staging/httpd/trunk/content/mod_ftp/index.html

Propchange: websites/staging/httpd/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Mar 13 19:56:41 2018
@@ -1 +1 @@
-1826667
+1826676

Modified: websites/staging/httpd/trunk/content/dev/devnotes.html
==============================================================================
--- websites/staging/httpd/trunk/content/dev/devnotes.html (original)
+++ websites/staging/httpd/trunk/content/dev/devnotes.html Tue Mar 13 19:56:41 2018
@@ -125,9 +125,7 @@ use:</p>
 commit their changes). For more info about Subversion, please read <a href="http://www.apache.org/dev/version-control.html">the ASF
 version control FAQ</a>.</p>
 <p>The developers continue to seek to maintain module compatibility between
-2.4.1 and future 2.4 releases for administrators and end users, while
-continuing the forward progress that has made the 2.2 server faster and
-more scalable.</p>
+2.4.1 and future 2.4 releases for administrators and end users.</p>
 <h1 id="maintaining-the-sources">Maintaining the Sources<a class="headerlink" href="#maintaining-the-sources" title="Permanent link">&para;</a></h1>
 <p>Almost all files relating to Apache, both the actual sources and the files
 that aren't part of the distribution, are now maintained in an
@@ -179,14 +177,6 @@ the Apache SVN repository that pertain t
 level can be perused with the <a href="http://svn.apache.org/viewcvs.cgi/">SVN
 ViewCVS</a> pages. The main subtrees
 pertaining to the <samp>httpd</samp>server source are:</p>
-<h2 id="httpd-22">httpd-2.2<a class="headerlink" href="#httpd-22" title="Permanent link">&para;</a></h2>
-<p>To create a directory tree containing the 2.2 sources, and call
-it <samp>httpd-2.2</samp>, change your current directory to the <em>parent</em> of
-the tree and then check the 2.2 sources out as follows:
-<pre>
-% cd /usr/local/apache
-% svn checkout http://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x
-   httpd-2.2</pre></p>
 <h2 id="httpd-24">httpd-2.4<a class="headerlink" href="#httpd-24" title="Permanent link">&para;</a></h2>
 <p>To create a directory tree containing the 2.4 sources, and call
 it <samp>httpd-2.4</samp>, change your current directory to the <em>parent</em> of

Modified: websites/staging/httpd/trunk/content/dev/patches.html
==============================================================================
--- websites/staging/httpd/trunk/content/dev/patches.html (original)
+++ websites/staging/httpd/trunk/content/dev/patches.html Tue Mar 13 19:56:41 2018
@@ -137,15 +137,9 @@ generated from XML. Your changes need to
 <a href="http://httpd.apache.org/docs-project/docsformat.html">http://httpd.apache.org/docs-project/docsformat.html</a>
 for more information.</p>
 <h1 id="choosing-a-level-of-apache-code-for-comparison">Choosing a level of Apache code for comparison<a class="headerlink" href="#choosing-a-level-of-apache-code-for-comparison" title="Permanent link">&para;</a></h1>
-<p>Currently, there are three active Apache httpd source trees:</p>
+<p>Currently, there are two active Apache httpd source trees:</p>
 <ol>
 <li>
-<p>Apache httpd 2.0.x (legacy/maintenance)</p>
-</li>
-<li>
-<p>Apache httpd 2.2.x (previous release)</p>
-</li>
-<li>
 <p>Apache httpd 2.4.x (current release, GA)</p>
 </li>
 <li>

Modified: websites/staging/httpd/trunk/content/download.html
==============================================================================
--- websites/staging/httpd/trunk/content/download.html (original)
+++ websites/staging/httpd/trunk/content/download.html Tue Mar 13 19:56:41 2018
@@ -255,17 +255,6 @@ page</a>.</p>
 <a href="https://www.apache.org/dist/httpd/mod_ftp/mod_ftp-0.9.6-beta-crlf.zip.md5">MD5</a>
 ]</p>
 </li>
-<li>
-<p>Win32 binary build (unzip over the installed Apache 2.2 directory):
-<a href="[preferred]/httpd/binaries/win32/mod_ftp-0.9.6-beta-win32-x86.zip">mod_ftp-0.9.6-beta-win32-x86.zip</a>
-[
-<a href="https://www.apache.org/dist/httpd/binaries/win32/mod_ftp-0.9.6-beta-win32-x86.zip.asc">PGP</a>
-] [
-<a href="https://www.apache.org/dist/httpd/binaries/win32/mod_ftp-0.9.6-beta-win32-x86.zip.sha1">SHA1</a>
-] [
-<a href="https://www.apache.org/dist/httpd/binaries/win32/mod_ftp-0.9.6-beta-win32-x86.zip.md5">MD5</a>
-]</p>
-</li>
 </ul>
 <h1 id="verify">Verify the integrity of the files<a class="headerlink" href="#verify" title="Permanent link">&para;</a></h1>
 <p>It is essential that you verify the integrity of the downloaded files using

Modified: websites/staging/httpd/trunk/content/mod_ftp/index.html
==============================================================================
--- websites/staging/httpd/trunk/content/mod_ftp/index.html (original)
+++ websites/staging/httpd/trunk/content/mod_ftp/index.html Tue Mar 13 19:56:41 2018
@@ -112,9 +112,8 @@ RETR/REST retrieval and STOR/APPE upload
 model as httpd (so it shares the same security considerations as mod_dav
 plus mod_dav_fs).</p>
 <h1 id="get-it">Get It!<a class="headerlink" href="#get-it" title="Permanent link">&para;</a></h1>
-<p><code>mod_ftp</code> 0.9.6 is released as beta, and you can get the source (or a
-binary build for win32) from <a href="http://httpd.apache.org/download.cgi#mod_ftp">your local
-mirror</a>.</p>
+<p><code>mod_ftp</code> 0.9.6 is released as beta, and you can get the source from
+<a href="http://httpd.apache.org/download.cgi#mod_ftp">your local mirror</a>.</p>
 <p>Development of mod_ftp can be followed through the
 <a href="http://subversion.apache.org/">Subversion</a> repositories. For public access
 you can use :</p>