]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix out of date info
authorWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 17 Jan 2012 22:54:48 +0000 (22:54 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 17 Jan 2012 22:54:48 +0000 (22:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1232628 13f79535-47bb-0310-9956-ffa450edef68

INSTALL

diff --git a/INSTALL b/INSTALL
index 9f5dbdddc15262b110a7a266c220973a77eb35f2..07ceba5e6f62614f7bae093dcc066575ccd18e9d 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.0/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.0.xx-win32-x86.msi and apache-2.0.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.0.xx-win32-x86-no_ssl.msi for a version without mod_ssl
+  and httpd-2.0.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.0-xx.zip, without
-  any -win32-x86 notation) you must compile the package yourself, see the links
+  If you have unpacked a source distribution (named httpd-2.0.x-win32-src.zip, 
+  without any -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\Apache -k install
-    bin\Apache -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