The primary Windows platform for running Apache 2.4 are Windows $ or later. Always obtain and install the current service pack to avoid operating system bugs.
Official Note :
The Apache HTTP Server Project itself does not provide binary releases of software, only source code. Individual committers may provide binary packages as a convenience, but it's not a release deliverable.
If you cannot compile the Apache HTTP Server yourself, you can obtain a binary package from numerous binary distributions Available on the Internet.
Popular options for deploying Apache httpd, and, optionally, PHP and MySQL, on Microsoft Windows, include:
- Apachehaus
- Apache Lounge
- BitNami WAMP Stack
- Wampserver
- Xampp
I manipulate the bark to finish.
Using the WIN 2003 system only supports VC9.
: Http://www.apachelounge.com/download/win32/binaries/httpd-2.4.12-win32-ssl_0.9.8-VC9.zip
Description: Apache 2.4.12, IPv6 Crypto apr-1.5.1 apr-util-1.5.4 apr-iconv-1.2.1 openssl-1.0.1l zlib-1.2.8 pcre-8.36 libxml2-2.9.2 lua-5.1.5 expat-2.1.0,build with OpenSSL 0.9.8ze.
Installation steps:
1. Install vc9_x86 (Microsoft Visual C + + x86) Runtime 2. Download Httpd-2.4.12-win32-ssl_0.9.8-vc9.zip unzip to D:\web\Apache3. Modify the configuration file: d:\w Eb\apache\conf\httpd.conf. Modify the path (replace C:/apache24 to D:/web/apache). Found: ServerName www.example.com:80 Add a line below: ServerName Localhost4. Run. Test: The browser opens 127.0.0.1. 1. Double-click: D:\web\Apache\bin\httpd.exe 2. Enter CMD to run the relevant instructions. Start: Httpd.exe, service start: httpd.exe-k install. 5. More configuration. A. log file address: errorlog "Logs/error.log" changed to Errorlog ". /logs/error.log "Customlog" Logs/access.log "common changed to Customlog". /logs/access.log "Common B. Site default directory address. D:/web/apache/htdocs changed to D:/web/www C. Other
Not to be continued ...
At present, the tutorial is organized in the Xwamp Web site, the specific introduction of the way to build.
Windows installation apache2.4