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 2007/03/22 02:28:40 UTC

svn commit: r521073 - in /httpd/site/trunk/dist/binaries/win32: HEADER.html LEGACY.html README.html TROUBLESHOOTING.html

Author: wrowe
Date: Wed Mar 21 18:28:40 2007
New Revision: 521073

URL: http://svn.apache.org/viewvc?view=rev&rev=521073
Log:
Split antique-Windows from the main README, and prepare for ssl

Added:
    httpd/site/trunk/dist/binaries/win32/LEGACY.html   (with props)
Modified:
    httpd/site/trunk/dist/binaries/win32/HEADER.html
    httpd/site/trunk/dist/binaries/win32/README.html
    httpd/site/trunk/dist/binaries/win32/TROUBLESHOOTING.html

Modified: httpd/site/trunk/dist/binaries/win32/HEADER.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/dist/binaries/win32/HEADER.html?view=diff&rev=521073&r1=521072&r2=521073
==============================================================================
--- httpd/site/trunk/dist/binaries/win32/HEADER.html (original)
+++ httpd/site/trunk/dist/binaries/win32/HEADER.html Wed Mar 21 18:28:40 2007
@@ -3,10 +3,10 @@
 <h2>Important Notices</h2>
 <ul>
 <li><a href="#warnings">Windows Users, Read These First...</a></li>
+<li><a href="LEGACY.html">Legacy Notes for Windows 95, 98, ME and NT Users</a></li>
 <li><a href="#problems">Problems Installing or Running Apache 2</a></li>
-<li><a href="#released" style="color:purple;">Obtain the current stable release</a><br/></li>
-<li><a href="#msi">About MSI Distribution Packages</a></li>
-<li><a href="symbols/#symbols">Binary Diagnostic Symbol Downloads</a></li>
+<li><a href="#released">Obtain the Current Stable Release</a><br/></li>
+<li><a href="#source">Debugging and Source Code</a></li>
 </ul>
 
 <h2>Download from your

Added: httpd/site/trunk/dist/binaries/win32/LEGACY.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/dist/binaries/win32/LEGACY.html?view=auto&rev=521073
==============================================================================
--- httpd/site/trunk/dist/binaries/win32/LEGACY.html (added)
+++ httpd/site/trunk/dist/binaries/win32/LEGACY.html Wed Mar 21 18:28:40 2007
@@ -0,0 +1,103 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html>
+ <head>
+  <title>/dist/httpd/binaries/win32/LEGACY.html</title>
+ </head>
+ <body>
+<h1>/dist/httpd/binaries/win32/LEGACY.html</h1>
+
+<h2 name="#legacy">Legacy Notes for Windows 95, 98, ME and NT Users</h2>
+
+<h3>If you are installing Apache on Windows 95, <strong>stop</strong></h3>
+
+<p>Skiping the long explanation, nothing less than Windows 98 is going 
+   to get you anywhere at this point.  Upgrade.  Or install a free 
+   <strong>and</strong> supported operating system.</p>
+
+<h3>If you are installing Apache on Windows 98 or ME, <strong>stop</strong></h3>
+
+<p>Pre-NT support is no longer provided; however, the Apache HTTP Project has 
+   not deliberately defeated your efforts.  You really aught to upgrade or 
+   install a free <strong>and</strong> supported operating system, as none
+   of the developers even have these versions installed anywhere, anymore.
+   Bugs specific to the Windows 9x family will not be addressed, as Microsoft
+   has completely ended the Windows 9x products life cycle.  That said, it had
+   worked at one time.</p>
+
+<p>First upgrade to at least Internet Explorer 6, Service Pack 1.
+   You don't have to use it, but it just happens to include updates and 
+   bug fixes you must install, including the wldap32.dll that Apache 2.2 
+   <strong>requires</strong> to start.  Alternately, you can refer to
+   <a href="http://support.microsoft.com/default.aspx?scid=kb;en-us;288358"
+   >KB article 288358</a>, along with the troublesome-to-obtain update from
+   <a href="http://support.microsoft.com/default.aspx?scid=kb;en-us;323455"
+   >KB article 323455</a>.  If you already have wldap32.dll in your 
+   Windows\System32 directory with version 5.0.2168.1, you are fine.
+   If you are installing on Windows 98, <a href="#msi">obtain the MSI 
+   installer</a> if you have not done so before (Windows ME users are
+   in the clear, it was installed with the operating system).</p>
+
+
+<h3>If you are installing Apache on Windows NT 4.0, <strong>stop</strong></h3>
+
+<p>Windows NT support is being abandoned; however, the Apache HTTP Project has 
+   not deliberately defeated your efforts.  You really aught to upgrade or 
+   install a free <strong>and</strong> supported operating system, as none
+   of the developers even has this version installed anywhere, anymore.
+   Bugs specific to Windows NT will rarely be addressed, as Microsoft
+   has completely ended the Windows NT 4.0 product life cycle.  There are 
+   a number of features in Apache HTTP Server and the APR portability
+   runtime which require Windows 2000 or later support.  That said, it worked
+   at one time.</p>
+
+<p>Install the Windows NT Service Pack 6a or later.  Then, note the comments
+   above with respect to installing support for wldap32.dll (beyond obtaining 
+   this update from Internet Explorer 6.0 Service Pack 1) refer to the page
+   <a href="http://www.microsoft.com/ntworkstation/downloads/Other/adclient.asp"
+   >http://www.microsoft.com/ntworkstation/downloads/Other/adclient.asp</a>.
+   Again, we are looking for wldap32.dll in your Windows\System32 directory
+   with version 5.0.2168.1, or later.  Also, be sure you <a href="#msi">obtain 
+   the MSI installer</a> if you have not done so before.</p>
+
+<h3>If you are installing Apache on Windows XP with no Service Pack applied, 
+    <strong>stop</strong></h3>
+
+<p>Install the Windows XP Service Pack 2.  Refer to the
+   <a href="http://support.microsoft.com/default.aspx?scid=kb;en-us;317949"
+   >KB article 317949</a> if you need the gory details exactly why, or to
+   convince them to send you the specific fix.  Windows XP original edition
+   and the Service Pack 1 support are both beyond the end of their product
+   life cycles, and the Apache HTTP Server project is no longer addressing
+   bugs for these OS releases.</p>
+
+<h2><a name="msi">About MSI Distribution Packages</a></h2>
+
+<p>Apache HTTP Server is distributed as an MSI package.  All Windows ME, 2000, 
+   2003 and XP users have integrated MSI support as part of their Windows OS.  
+   Users of Windows NT 4.0 and 98 must download the MSI installer once,
+   if it was not already installed by another product's installation.</p>
+
+<p>If you are unsure if the Windows Installer is present, or meets the required
+   version 1.10.1029.1 or later, then run the command "msiexec" from the 
+   Start -> Run dialog box to determine if the Windows Installer is on your
+   machine.  It will report "Incorrect command line parameters", and also
+   report its version number.  You can obtain the Windows Installer v1.10
+   from following Microsoft locations:</p>
+
+<ul>
+ <li><a href="http://www.microsoft.com/downloads/release.asp?ReleaseID=17344"
+     >Windows Installer v1.10 for Windows NT 4.0 from Microsoft</a></li>
+
+ <li><a href="http://www.microsoft.com/downloads/release.asp?ReleaseID=17343"
+     >Windows Installer v1.10 for Windows 95 and 98 from Microsoft</a></li>
+</ul>
+
+<p>Once you have downloaded and installed the MSI installer application, you
+   will not need to do so again.  You will be ready to run the Apache .msi
+   binary installer distributions above.  Because a small but significant
+   number of users have encountered problems running the Win32 installer,
+   we have provided the <a href="TROUBLESHOOTING.html">TROUBLESHOOTING</a>
+   page to help you diagnose and fix most installation problems.</p>
+
+ </body>
+</html>

Propchange: httpd/site/trunk/dist/binaries/win32/LEGACY.html
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: httpd/site/trunk/dist/binaries/win32/README.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/dist/binaries/win32/README.html?view=diff&rev=521073&r1=521072&r2=521073
==============================================================================
--- httpd/site/trunk/dist/binaries/win32/README.html (original)
+++ httpd/site/trunk/dist/binaries/win32/README.html Wed Mar 21 18:28:40 2007
@@ -13,56 +13,20 @@
 
 <p>TCP/IP must be correctly installed, configured and running in 
    order to install and use Apache on Windows.  If you use dial-up networking 
-   exclusively, you may need to be dialed in to the internet for Apache to 
+   exclusively, you may need to be connected to the internet for Apache to 
    correctly determine that TCP/IP is installed.</p>
 
-<h3>If you are installing Apache on Windows 95, <strong>stop</strong></h3>
+<h3>If you are installing Apache on Windows 95, 98, ME or NT 4.0,
+    <strong>stop</strong></h3>
 
-<p>Skiping the long explanation, but nothing less than Windows 98 is going 
-   to get you anywhere at this point.  Upgrade.  Or install a free 
-   <strong>and</strong> supported operating system.</p>
-
-<h3>If you are installing Apache on Windows 98 or ME, <strong>stop</strong></h3>
-
-<p>Support is less than robust; however, the Apache HTTP Project has not
-   deliberately defeated your efforts.  You really aught to upgrade or 
-   install a free <strong>and</strong> supported operating system, as none
-   of the developers even have these versions installed anywhere, anymore.
-   Bugs specific to the Windows 9x family will rarely be addressed.
-   That said, it should work.</p>
-
-<p>First upgrade to at least Internet Explorer 6, Service Pack 1.
-   You don't have to use it, but it just happens to include updates and 
-   bug fixes you must install, including the wldap32.dll that Apache 2.2 
-   <strong>requires</strong> to start.  Alternately, you can refer to
-   <a href="http://support.microsoft.com/default.aspx?scid=kb;en-us;288358"
-   >KB article 288358</a>, along with the troublesome-to-obtain update from
-   <a href="http://support.microsoft.com/default.aspx?scid=kb;en-us;323455"
-   >KB article 323455</a>.  If you already have wldap32.dll in your 
-   Windows\System32 directory with version 5.0.2168.1, you are fine.
-   If you are installing on Windows 98, <a href="#msi">obtain the MSI 
-   installer</a> if you have not done so before (Windows ME users are
-   in the clear, it was installed with the operating system).</p>
-
-
-<h3>If you are installing Apache on Windows NT 4.0, <strong>stop</strong></h3>
-
-<p>Install the Windows NT Service Pack 6a or later.  Then, note the comments
-   above with respect to installing support for wldap32.dll (beyond obtaining 
-   this update from Internet Explorer 6.0 Service Pack 1) refer to the page
-   <a href="http://www.microsoft.com/ntworkstation/downloads/Other/adclient.asp"
-   >http://www.microsoft.com/ntworkstation/downloads/Other/adclient.asp</a>.
-   Again, we are looking for wldap32.dll in your Windows\System32 directory
-   with version 5.0.2168.1, or later.  Also, be sure you <a href="#msi">obtain 
-   the MSI installer</a> if you have not done so before.</p>
+<p>Read the <a href="LEGACY.html">LEGACY</a> notes first!</p>
 
-<h3>If you are installing Apache on Windows XP with no Service Pack applied, 
-    <strong>stop</strong></h3>
+<h3>If you are installing Apache on Windows XP prior to Service Pack 2</h3>
 
-<p>Install the Windows XP Service Pack 1.  Refer to the
+<p>Install the Windows XP Service Pack 2.  Refer to the
    <a href="http://support.microsoft.com/default.aspx?scid=kb;en-us;317949"
-   >KB article 317949</a> if you need the gory details exactly why, or to
-   convince them to send you the specific fix.</p>
+   >KB article 317949</a> if you need the gory details exactly why you must
+   upgrade, or to convince MS to send you the specific fix.</p>
 
 <h3><strong>Warning</strong> about the Quality of Service driver</h3>
 
@@ -128,43 +92,32 @@
 
 <p>Apache 2.2.4 offers tremendous improvements in authentication, proxy, 
    and cache features.  The Apache HTTP Project encourages all Apache users
-   to migrate to the 2.2 series.</p>
-
-<p>The -win32-x86-no_ssl.msi package does not include any encryption software
-   OpenSSL, mod_ssl, nor an https: enabled abs utility.</p>
-
-<p>At this time, the process to follow for export notification has not been
-   finalized.  Until that time, the -win32-x86-ssl.msi with mod_ssl support
-   based on OpenSSL is not available.  Please do not inquire of the httpd
-   project, this issue is not in our hands to address for you.</p>
-
-<p>If you want to build OpenSSL 0.9.8a it is available in source code form
-   at <a href="http://www.openssl.org/source/openssl-0.9.8a.tar.gz"
-   >http://www.openssl.org/source/openssl-0.9.8a.tar.gz</a>.  Due to quirks
-   in the build, and the need to create .pdb diagnostic files, we offer 
-   <a href="patches_applied/openssl-0.9.8a-vc32-2005.patch">this patch</a>,
-   patches_applied/openssl-0.9.8a-vc32-2005.patch to modify that build, and
-   have proposed this patch back to the project for its consideration.</p>
-
-<p>This binary release was created with Visual Studio 6.0, using a more recent
-   Platform SDK for the ldap api.  It includes zlib1.dll for mod_deflate.so 
-   built with <a href="patches_applied/zlib-1.2.3-vc32-2005-rcver.patch"
-   >this patch</a>, patches_applied/zlib-1.2.3-vc32-2005-rcver.patch, to
-   correct the embedded version number and provide us a .pdb diagnostic file.
-   We have proposed this patch back to the project for its consideration.</p>
-
-<p>You can find a corresponding -win32-x86-symbols.zip archive of the
-   debugging databases in the <a href="symbols/#symbols">symbols/</a>
-   directory, these are not frequently needed.  This -win32-x86-symbols.zip
-   archive can be unpacked into the Apache2.2 installation directory, providing 
-   all of the .pdb diagnostic files to allow most Win32 debugging tools
-   (and the Dr. Watson utility) to produce useful crash analysis.</p>
-
-<p>You will find the source package at
-   <a href="../../httpd-2.2.4-win32-src.zip"
-     >/dist/httpd/httpd-2.2.4-win32-src.zip</a>.  That -win32-src.zip file
-   contains <strong>only</strong> source and build files, and contains 
-   <strong>no</strong> binary executable files.</p>
+   to migrate to the 2.2 series.  Apache 2.2 is not compatable with modules
+   compiled for Apache 2.0, you will need to obtain updated modules compiled
+   for Apache 2.2, specifically.</p>
+
+<p>The -win32-x86-no_ssl.msi packages do not contain any cryptographic software,
+   such as OpenSSL, mod_ssl, nor an https: enabled abs utility.</p>
+
+<p>The -win32-x86-openssl.msi packages do contain cryptographic software,
+   including OpenSSL, mod_ssl, and an https: enabled version of the ab 
+   ApacheBench utility.  The country in which you currently reside may have
+   restrictions on the import, possession, use, and/or re-export to another 
+   country, of encryption software.  BEFORE using any encryption software,
+   please check your country's laws, regulations and policies concerning the
+   import, possession, or use, and re-export of encryption software, to see 
+   if this is permitted.  See <http://www.wassenaar.org/> for more
+   information.</p>
+
+<p>The U.S. Government Department of Commerce, Bureau of Industry and
+   Security (BIS), has classified this software as Export Commodity 
+   Control Number (ECCN) 5D002.C.1, which includes information security
+   software using or performing cryptographic functions with asymmetric
+   algorithms.  The form and manner of this Apache Software Foundation
+   distribution makes it eligible for export under the License Exception
+   ENC Technology Software Unrestricted (TSU) exception (see the BIS 
+   Export Administration Regulations, Section 740.13) for both object 
+   code and source code.</p>
 
 <h3>The 2.0 legacy stable release is Apache 2.0.59</h3>
 
@@ -185,40 +138,44 @@
    have been a number of essential bug and security fixes with the evolving
    support for Apache under Win32.  Most critically, there were several
    denial of service, arbitrary code execution and other vulnerabilities 
-   affecting Win32 in previous releases.  Avoid all earlier versions.
-   That said;</p>
+   affecting Win32 in previous releases.  This is especially true of any
+   versions prior to 2.0, the older 1.3 series was never designed to run
+   on Windows, but that support was 'hacked in', introducing a large number
+   of potential thread saftey issues and other confirmed problems.  Please, 
+   avoid all earlier versions.  That said;</p>
 
 <p>Only current, recommended releases are available from www.apache.org
-   and the mirror sites.  Older releases can be obtained from the <a
+   and the mirror sites.  Older releases, and their corresponding debugging
+   -symbols.zip packages, can be obtained from the <a
    href="http://archive.apache.org/dist/httpd/binaries/win32/"
    >archive site</a>.</p>
 
-<h2><a name="msi">About MSI Distribution Packages</a></h2>
+<h2><a name="source">Debugging and Source Code</a></h2>
+
+<p>You can find a corresponding -win32-x86-symbols.zip archive of the
+   debugging databases in the <a href="symbols/#symbols">symbols/</a>
+   directory, these are typically not needed.  This -win32-x86-symbols.zip
+   archive can be unpacked into the Apache installation directory, providing 
+   all of the .pdb diagnostic files allowing most Win32 debugging tools
+   (and the Dr. Watson utility) to produce useful crash analysis.</p>
+
+<p>You will find the source package at <a href="../../httpd-2.2.4-win32-src.zip"
+    >/dist/httpd/httpd-2.2.4-win32-src.zip</a>.  That -win32-src.zip file
+   contains <strong>only</strong> source and build files, and contains 
+   <strong>no</strong> binary executable files.</p>
 
-<p>Apache HTTP Server is distributed as an MSI package.  All Windows ME, 2000, 
-   2003 and XP users have integrated MSI support as part of their Windows OS.  
-   Users of Windows NT 4.0, 95 and 98 must download the MSI installer once,
-   if it was not already installed by another product's installation.</p>
-
-<p>If you are unsure if the Windows Installer is present, or meets the required
-   version 1.10.1029.1 or later, then run the command "msiexec" from the 
-   Start -> Run dialog box to determine if the Windows Installer is on your
-   machine.  It will report "Incorrect command line parameters", and also
-   report its version number.  You can obtain the Windows Installer v1.10
-   from following Microsoft locations:</p>
-
-<ul>
- <li><a href="http://www.microsoft.com/downloads/release.asp?ReleaseID=17344"
-     >Windows Installer v1.10 for Windows NT 4.0 from Microsoft</a></li>
-
- <li><a href="http://www.microsoft.com/downloads/release.asp?ReleaseID=17343"
-     >Windows Installer v1.10 for Windows 95 and 98 from Microsoft</a></li>
-</ul>
-
-<p>Once you have downloaded and installed the MSI installer application, you
-   will not need to do so again.  You will be ready to run the Apache .msi
-   binary installer distributions above.  Because a small but significant
-   number of users have encountered problems running the Win32 installer,
-   we have provided the <a href="TROUBLESHOOTING.html">TROUBLESHOOTING</a>
-   page to help you diagnose and fix most installation problems.</p>
+<p>This binary release was created with Visual Studio 6.0, using a more recent
+   Platform SDK for the ldap api.  It includes zlib1.dll for mod_deflate.so 
+   built with <a href="patches_applied/zlib-1.2.3-vc32-2005-rcver.patch"
+   >this patch</a>, patches_applied/zlib-1.2.3-vc32-2005-rcver.patch, to
+   correct the embedded version number and provide us a .pdb diagnostic file.
+   We have proposed this patch back to the project for its consideration.</p>
+
+<p>If you want to build against OpenSSL 0.9.8d it is available in source code
+   form at <a href="http://www.openssl.org/source/openssl-0.9.8d.tar.gz"
+   >http://www.openssl.org/source/openssl-0.9.8d.tar.gz</a>.  Due to quirks
+   in the build, and our need to create .pdb diagnostic files, we offer 
+   <a href="patches_applied/openssl-0.9.8d-vc32.patch">this patch</a>,
+   patches_applied/openssl-0.9.8d-vc32.patch to modify that build, and
+   have proposed this patch back to the project for its consideration.</p>
 

Modified: httpd/site/trunk/dist/binaries/win32/TROUBLESHOOTING.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/dist/binaries/win32/TROUBLESHOOTING.html?view=diff&rev=521073&r1=521072&r2=521073
==============================================================================
--- httpd/site/trunk/dist/binaries/win32/TROUBLESHOOTING.html (original)
+++ httpd/site/trunk/dist/binaries/win32/TROUBLESHOOTING.html Wed Mar 21 18:28:40 2007
@@ -1,3 +1,9 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html>
+ <head>
+  <title>/dist/httpd/binaries/win32/TROUBESHOOTING.html</title>
+ </head>
+ <body>
 <h1>/dist/httpd/binaries/win32/TROUBLESHOOTING.html</h1>
 
 <h2><a name="msi">MSI Binary Distribution Packages</a></h2>
@@ -47,3 +53,6 @@
 <pre>
     MSIEXEC /I apache_install_package.msi /L*v YourLogFileName.txt
 </pre>
+
+ </body>
+</html>