Skip to content

Commit 8c32d17

Browse files
committed
Further win32 edits anticipating 1.0.1-final is soon
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1232622 13f79535-47bb-0310-9956-ffa450edef68
1 parent 76e6a86 commit 8c32d17

1 file changed

Lines changed: 8 additions & 18 deletions

File tree

INSTALL

Lines changed: 8 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -67,33 +67,23 @@
6767
Quick Start - Windows
6868
---------------------
6969

70-
For complete documentation, see [ht]docs/manual/platform/windows.html or
70+
For complete documentation, see manual/platform/windows.html.en or
7171
http://httpd.apache.org/docs/2.5/platform/windows.html.
7272

73-
The Apache/Win32 binaries are primarily distributed as a Windows Installer
74-
package (.msi), and may be available as a .zip file as well. These packages
75-
are named apache-2.5.xx-win32-x86.msi and apache-2.5.xx-win32-x86.zip.
76-
Please choose the .msi package if at all possible. Note that Apache version
77-
2.5 is a development version and binaries may not be available. Use a
78-
released version from the stable 2.2 branch instead.
73+
The Apache/Win32 binaries are distributed as Windows Installer packages
74+
(.msi) named httpd-2.5.xx-win32-x86-no_ssl.msi for a version without mod_ssl
75+
and httpd-2.5.xx-win32-x86-openssl-1.0.1x.msi for a version including the
76+
mod_ssl plus the openssl library and command line utility. These packages
77+
may be unpacked without "installing" them by using the msiexec /a option.
7978

8079
If you have unpacked a source distribution (named httpd-2.5-xx.zip, without
8180
any -win32-x86 notation) you must compile the package yourself, see the links
8281
mentioned above. Unless you intended to do this, please look again for the
8382
binary package from http://www.apache.org/dist/httpd/binaries/win32/ and
84-
install that .msi (or .zip package, if you must.)
85-
86-
If you have unpacked this binary distribution from the .zip package, you
87-
_must_ edit the conf/httpd.conf file (with notepad or another text editor)
88-
to reflect the correct ServerName, Domain, and directory paths. Search for
89-
the text "@@" to discover what you must edit. To install and start the
90-
service after you have corrected the httpd.conf file, use the command
91-
92-
bin\httpd.exe -k install
93-
bin\httpd.exe -k start
83+
install the desired .msi package.
9484

9585
The .msi package configures the httpd.conf file, and installs and starts
96-
the Apache2 service for you. It also installs plenty of useful shortcuts
86+
the Apache2.4 service for you. It also installs plenty of useful shortcuts
9787
and the taskbar ApacheMonitor. We strongly encourage you to use it.
9888

9989

0 commit comments

Comments
 (0)