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 2006/07/06 20:20:14 UTC

svn commit: r419642 - /httpd/httpd/branches/2.0.x/docs/manual/platform/win_compiling.xml

Author: wrowe
Date: Thu Jul  6 11:20:14 2006
New Revision: 419642

URL: http://svn.apache.org/viewvc?rev=419642&view=rev
Log:

  Afterthought; right URL, push folks to 2.2 rather than explain the
  whole sordid mess.

Modified:
    httpd/httpd/branches/2.0.x/docs/manual/platform/win_compiling.xml

Modified: httpd/httpd/branches/2.0.x/docs/manual/platform/win_compiling.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/docs/manual/platform/win_compiling.xml?rev=419642&r1=419641&r2=419642&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/docs/manual/platform/win_compiling.xml (original)
+++ httpd/httpd/branches/2.0.x/docs/manual/platform/win_compiling.xml Thu Jul  6 11:20:14 2006
@@ -161,9 +161,10 @@
         <p>Zlib must be installed into a <code>srclib</code> subdirectory named
         <code>zlib</code>, however those sources need not be compiled. The build system
         will compile the compression sources directly into the <module>mod_deflate</module>
-        module. Zlib can be obtained from <a href="http://www.gzip.org/zlib/"
-        >http://www.gzip.org/zlib/</a> -- <module>mod_deflate</module> is
-        confirmed to build correctly with version 1.1.4.</p>
+        module. Zlib can be obtained from <a href="http://www.zlib.net/"
+        >http://www.zlib.net/</a> -- <module>mod_deflate</module> is confirmed to build 
+        correctly with version 1.1.4.  To use a later version of zlib, upgrade to
+        Apache HTTP Server release 2.2 or later.</p>
       </li>
 
     </ul>