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...@locus.apache.org on 2000/12/29 00:06:10 UTC

cvs commit: apache-site/dist/binaries/win32 .htaccess README.html HEADER.html

wrowe       00/12/28 15:06:08

  Modified:    dist/binaries/win32 HEADER.html
  Added:       dist/binaries/win32 .htaccess README.html
  Log:
    Getting ready for 1.3.15 - new installation method
  
  Revision  Changes    Path
  1.2       +2 -6      apache-site/dist/binaries/win32/HEADER.html
  
  Index: HEADER.html
  ===================================================================
  RCS file: /home/cvs/apache-site/dist/binaries/win32/HEADER.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- HEADER.html	2000/12/15 06:30:26	1.1
  +++ HEADER.html	2000/12/28 23:06:08	1.2
  @@ -2,12 +2,8 @@
   
   <H2>Important Notice</H2>
   
  -<P>If you will install apache on Windows 95, stop.  First you need to 
  -   download and install the Windows Socket 2 Update from Microsoft, available
  -   at <a href="http://www.microsoft.com/windows/downloads/bin/W95ws2setup.exe"
  -   >http://www.microsoft.com/windows/downloads/bin/W95ws2setup.exe</a> before
  -   you proceed to download and Install Apache on Windows 95.  Windows NT 4.0, 
  -   98, ME and 2000 versions already ship with Winsock2.</P> 
  +<P>If you will install apache on Windows 95, stop to <A href="#winsock">read
  +   this first.</A></P>
   
   <P>Apache 1.3.14 binaries were released on October 13th.  Unfortuantely,
      they were missing cricital, new src files and a handful of new compiled
  
  
  
  1.1                  apache-site/dist/binaries/win32/.htaccess
  
  Index: .htaccess
  ===================================================================
  AddType application/octet-stream .msi
  AddIcon /icons/small/binary.gif .msi
  AddDescription "MS Installer Package" .msi
  
  
  
  1.1                  apache-site/dist/binaries/win32/README.html
  
  Index: README.html
  ===================================================================
  
  <A name="winsock"><H2>Winsock Update for Windows 95 Apache users</H2></A>
  
  <P>If you will install apache on Windows 95, stop.  First you need to
     download and install the Windows Socket 2 Update from Microsoft, available
     at <a href="http://www.microsoft.com/windows/downloads/bin/W95ws2setup.exe"
     >http://www.microsoft.com/windows/downloads/bin/W95ws2setup.exe</a> before
     you proceed to download and Install Apache on Windows 95.  Windows NT 4.0,
     98, ME and 2000 versions already ship with Winsock2.</P>
  
  <H2><A name="MSI">MSI Binary Distribution Packages</A></H2>
  
  <P>The Apache httpd Project is working to minimize your download times.  With 
     the arrival of version 1.3.15 of Apache, we will be distributing the Apache 
     httpd Server in an MSI package.  This should resolve problems that 
     Windows ME users had with the older installer, and minimizes the download 
     time.  However, only Windows ME and 2000 users have built-in MSI support 
     with the installation of Windows.  Users of Windows NT 4.0, 95 and 98 must 
     download the MSI installer, if it was not already installed by another 
     product's installation.</P>
  
  <P>If you are downloading version 1.3.15 or higher, and Windows does not 
     recognize the downloaded apache .msi file, please download the 
     Redistributable MSI package, available from Microsoft:</P>
  
  <UL>
   <LI><A HREF="http://download.microsoft.com/download/platformsdk/wininst/1.1/NT4/EN-US/InstMsi.exe"
         >Redistributable (x86) v1.1 for Windows NT 4.0 (already built into 
          Windows 2000) via http</A>
  
   <LI><A HREF="http://download.microsoft.com/download/platformsdk/wininst/1.1/W9X/EN-US/InstMsi.exe"
         >Redistributable v1.1 for Windows 95 and 98 (already built into 
          Windows ME) via http</A>
  
   <LI><A HREF="ftp://ftp.microsoft.com/developr/platformsdk/oct2000/msi/winnt/x86/instmsi.exe"
         >Redistributable (x86) v1.2 for Windows NT 4.0 (already built into 
          Windows 2000) via ftp</A>
  
  
   <LI><A HREF="ftp://ftp.microsoft.com/developr/platformsdk/oct2000/msi/win95/instmsi.exe"
         >Redistributable v1.2 for Windows 95, 98 and ME via ftp</A>
  </UL>
  
  <P>Once you have downloaded and installed the MSI installer application, you
     should not need to do so again.  You will be ready to run the Apache .msi
     binary installer distributions above.</P>