diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2012-01-17 23:58:23 +0100 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2012-01-17 23:58:23 +0100 |
commit | 46ea51cc73d045e9d59b93e42ca0ae2530878ae4 (patch) | |
tree | 3545c533dfe47f299ac3ed4e6a1478efd8c1ea1f /INSTALL | |
parent | Service named 2.x on trunk (diff) | |
download | apache2-46ea51cc73d045e9d59b93e42ca0ae2530878ae4.tar.xz apache2-46ea51cc73d045e9d59b93e42ca0ae2530878ae4.zip |
Anticipate win32+win64
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1232630 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -73,14 +73,15 @@ The Apache/Win32 binaries are distributed as Windows Installer packages (.msi) named httpd-2.5.xx-win32-x86-no_ssl.msi for a version without mod_ssl and httpd-2.5.xx-win32-x86-openssl-1.0.1x.msi for a version including the - mod_ssl plus the openssl library and command line utility. These packages + mod_ssl plus the openssl library and command line utility. Additional 64 bit + binaries have similarly named -win64-x64 package names. These packages may be unpacked without "installing" them by using the msiexec /a option. - If you have unpacked a source distribution (named httpd-2.5-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 the desired .msi package. + If you have unpacked a source distribution (named httpd-2.5.x-win32-src.zip, + without any -x86 or -x64 notation) you must compile the package yourself, + see the links mentioned above. Unless you intended to do this, please look + again for an .msi package in http://www.apache.org/dist/httpd/binaries/win32/ + and install that desired .msi package. The .msi package configures the httpd.conf file, and installs and starts the Apache2.x service for you. It also installs plenty of useful shortcuts |