Apache 2.2.15
PHP 5.3.3
MySQL 5.0.27
1. 下載Apache
到 http://httpd.apache.org
點左邊Download!下面的from a mirror
Apache HTTP Server (httpd) 2.2.15 is the best available version
目前最好的釋出版本為 2.2.15
我們是用Windows, 所以選擇 Win32 Binary, 下載 httpd-2.2.15-win32-x86-no_ssl.msi
下面兩個的差別只差在有沒包含OpenSSL模組。2. 安裝Apache
下載完成後按兩下執行檔安裝, 依安裝程序填入資料
Network Domain - 網域名稱 (不知填什麼就填test.mydomain.net)
Server Name - 伺服器名稱 (不知填什麼就填test.mydomain.net)
Administrator's E-mail Address - 管理者E-mail (不知填什麼就填test@test.com)
然後選擇要開的port 80 或是 8080
以上資料都可以再到httpd.conf設定檔更改
依照程序完成安裝
3. Running Apache as a Service - 加入Apache服務
打開 命令提示字元
[開始]-> [執行] -> [cmd]
到 C:\Program Files\Apache Software Foundation\Apache2.2\bin>
打入 httpd -k install 來新增服務,會出現↓
Installing the Apache2.2 service
The Apache2.2 service is successfully installed.
Testing httpd.conf....
桌面右下的Apache Service Monitor會變成綠燈,如果沒有變成綠燈按Start啟動服務。
4. 測試Apache網頁
打開瀏覽器打入 http://localhost 或是 http://127.0.0.1 會看到 It Works的字樣,代表成功了。