From db8520db84b197e2b44f69c3399ab78d30ed3ead Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Tue, 17 Jan 2012 22:54:48 +0000 Subject: Fix out of date info git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1232628 13f79535-47bb-0310-9956-ffa450edef68 --- INSTALL | 26 +++++++++----------------- 1 file changed, 9 insertions(+), 17 deletions(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index 9f5dbdddc1..07ceba5e6f 100644 --- a/INSTALL +++ b/INSTALL @@ -55,28 +55,20 @@ 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 -- cgit v1.2.1