Windows XP Windows 7 Windows 2003 Windows Vista Windows教程綜合 Linux 系統教程
Windows 10 Windows 8 Windows 2008 Windows NT Windows Server 電腦軟件教程
 Windows教程網 >> Windows 7系統教程 >> Win7系統應用技巧 >> 如何利用Windows 7 x64安裝Apache 64-bitBinaries

如何利用Windows 7 x64安裝Apache 64-bitBinaries

日期:2017/1/24 20:14:13      編輯:Win7系統應用技巧

      Windows 7作為微軟最新的操作系統,市場普及率正在穩步上升。作為一款全新的操作系統,Windows 7新功能和新技巧自然不少。今天小編將為大家講解Windows7x64是如何安裝Apache64-bit的?

  安裝了 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:\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。

Copyright © Windows教程網 All Rights Reserved