|
67 | 67 | Quick Start - Windows |
68 | 68 | --------------------- |
69 | 69 |
|
70 | | - For complete documentation, see [ht]docs/manual/platform/windows.html or |
| 70 | + For complete documentation, see manual/platform/windows.html.en or |
71 | 71 | http://httpd.apache.org/docs/2.5/platform/windows.html. |
72 | 72 |
|
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. |
79 | 78 |
|
80 | 79 | If you have unpacked a source distribution (named httpd-2.5-xx.zip, without |
81 | 80 | any -win32-x86 notation) you must compile the package yourself, see the links |
82 | 81 | mentioned above. Unless you intended to do this, please look again for the |
83 | 82 | 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. |
94 | 84 |
|
95 | 85 | 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 |
97 | 87 | and the taskbar ApacheMonitor. We strongly encourage you to use it. |
98 | 88 |
|
99 | 89 |
|
|
0 commit comments