]> granicus.if.org Git - apache/commitdiff
Further win32 edits anticipating 1.0.1-final is soon
authorWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 17 Jan 2012 22:49:22 +0000 (22:49 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 17 Jan 2012 22:49:22 +0000 (22:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1232623 13f79535-47bb-0310-9956-ffa450edef68

INSTALL

diff --git a/INSTALL b/INSTALL
index c8f080d5c1fc2ccb457312a35d96f489109ba40e..8f6b17855855bd04c2eb48e98f2bb1a418f7a40c 100644 (file)
--- a/INSTALL
+++ b/INSTALL
   Quick Start - Windows
   ---------------------
 
-  For complete documentation, see [ht]docs/manual/platform/windows.html or
+  For complete documentation, see manual/platform/windows.html.en or
   http://httpd.apache.org/docs/2.4/platform/windows.html.
 
-  The Apache/Win32 binaries are primarily distributed as a Windows Installer 
-  package (.msi), and may be available as a .zip file as well.  These packages 
-  are named apache-2.4.xx-win32-x86.msi and apache-2.4.xx-win32-x86.zip.  
-  Please choose the .msi package if at all possible.
+  The Apache/Win32 binaries are distributed as Windows Installer packages 
+  (.msi) named httpd-2.4.xx-win32-x86-no_ssl.msi for a version without mod_ssl
+  and httpd-2.4.xx-win32-x86-openssl-0.9.8x.msi for a version including the
+  mod_ssl plus the openssl library and command line utility.  These packages
+  may be unpacked without "installing" them by using the msiexec /a option.
 
   If you have unpacked a source distribution (named httpd-2.4-xx.zip, without
   any -win32-x86 notation) you must compile the package yourself, see the links
   mentioned above.  Unless you intended to do this, please look again for the 
   binary package from http://www.apache.org/dist/httpd/binaries/win32/ and
-  install that .msi (or .zip package, if you must.)
-
-  If you have unpacked this binary distribution from the .zip package, you 
-  _must_ edit the conf/httpd.conf file (with notepad or another text editor) 
-  to reflect the correct ServerName, Domain, and directory paths.  Search for 
-  the text "@@" to discover what you must edit.  To install and start the 
-  service after you have corrected the httpd.conf file, use the command
-
-    bin\httpd.exe -k install
-    bin\httpd.exe -k start
+  install the desired .msi package.
 
   The .msi package configures the httpd.conf file, and installs and starts 
-  the Apache2 service for you.  It also installs plenty of useful shortcuts
+  the Apache2.4 service for you.  It also installs plenty of useful shortcuts
   and the taskbar ApacheMonitor.  We strongly encourage you to use it.