Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Windows\system32>cd C:/Web/Apache24/bin
C:\Web\Apache24\bin>httpd -k install
Installing the 'Apache2.4' service
The 'Apache2.4' service is successfully installed.
Testing httpd.conf....
Errors reported here must be corrected before the service can be started.
C:\Web\Apache24\bin>
用管理员权限打开cmd,然后运行httpd -k install就可以安装成系统服务了。然后再打开计算机管理 -> 系统服务,启动那个名叫Apache2.4的服务,成功!