安装了 Windows 7 x64 English 版本,在搭建开发测试环境时,发现Apache官方根本没有提供64位的版本。几经搜索,发现在 blackdot.be 有人用 Visual Studio 2005编译了一个Apache64-bitbinaries。试了一下,在 Windows 7 64-bit上很好用。安装过程记录如下:
Windows 7 x64 安装 Apache 64-bitBinaries详细步骤
1. 访问 Blackdot.be ::Apache64-bitBinaries,点击下方的链接httpd-2.2.13-win64.rar,下载 Apache64-bit的压缩包。
2. 将压缩包解压到本地硬盘。例如我存放在 D:/Web/Tool/httpd-2.2-x64。
3. 以管理员身份运行 DOS Command(Runasadministrator),进入D:/Web/Tool/httpd-2.2-x64。
4. 执行 httpd -k install:
D:WebToolhttpd-2.2-x64bin>httpd -k install
Installing the Apache2.2 service
The Apache2.2 service is successfully installed.
Testing httpd.conf....
Errors reported here must be corrected before theservicecanbestarted.
httpd: Syntax error online35ofD:/Web/Tool/httpd-2.2-x64/conf/httpd.conf:
ServerRootmust be a valid directory
在执行 httpd -k install 的时候,显示 The Apache2.2serviceissuccessfullyinstalled 表明已经安装成功。接下来的Testinghttpd.conf有可能会出错,例如我安装时报了ServerRoot must be avaliddirectory,不用理会。回头自己手工编辑httpd.conf, 将ServerRoot指向正确的目录即可。
5. 修改 httpd.conf 完成之后,执行 httpd -k start:
D:WebToolhttpd-2.2-x64bin>httpd -k start
D:WebToolhttpd-2.2-x64bin>
如果没有提示错误,则表明启动成功。
当然你也可以执行完第2步之后,先将 httpd.conf 文件改好,再执行 httpd -k install和httpd-kstart。
详细步骤:1. 访问 Blackdot.be ::Apache64-bitBinaries,点击下方的链接httpd-2.2.13-win64.rar,下载 Apache64-bit的压缩包。
2. 将压缩包解压到本地硬盘。例如我存放在 D:/Web/Tool/httpd-2.2-x64。
3. 以管理员身份运行 DOS Command(Runasadministrator),进入D:/Web/Tool/httpd-2.2-x64。
4. 首先执行 httpd -k install:
D:\Web\Tool\httpd-2.2-x64\bin>httpd -k install
Installing the Apache2.2 service
The Apache2.2 service is successfully installed.
Testing httpd.conf....
Errors reported here must be corrected before theservicecanbestarted.
httpd: Syntax error online35ofD:/Web/Tool/httpd-2.2-x64/conf/httpd.conf:
ServerRootmust be a valid directory
在执行 httpd -k install 的时候,显示 The Apache2.2serviceissuccessfullyinstalled 表明已经安装成功。
然后的Testinghttpd.conf有可能会出错,例 ,安装时报了ServerRoot must be avaliddirectory,不用理会。回头自己手工编辑httpd.conf, 将ServerRoot指向正确的目录即可。
5. 修改 httpd.conf 完成之后,执行 httpd -k start:
D:\Web\Tool\httpd-2.2-x64\bin>httpd -k start
D:\Web\Tool\httpd-2.2-x64\bin>
如果没有提示错误,则表明启动成功。
当然你也可以执行完第2步之后,先将 httpd.conf 文件改好,再执行 httpd -k install和httpd-kstart。
首先看你的系统有没有问题,如果系统没有问题那就是Apache的问题,有5.0和6.0版本的,你最好用6.0的,用清理软件把你的系统清理一下,用360把它卸载了再重新装一下,真不行了,那可能是系统的问题了。我现在还郁闷呢,.netFreamwork3.5 因为系统本来有2.0版本,装不到系统上,快疯了!欢迎分享,转载请注明来源:夏雨云
评论列表(0条)