winxp下Apache + PHP + MySql安裝設定方法

來源:互聯網
上載者:User

軟體版本:

Apache :apache_2.2.14-win32-x86-no_ssl.msi

1.Apache2.2

選擇Custom,然後配置安裝目錄,預設向下,安裝完Apache後。可以先測試下,

瀏覽器IP地址輸入127.0.0.1。

可以看到已經正常工作了。

開始配置Apache, 在安裝目錄下的 ~\Apache Software Foundation\Apache2.2\conf\, 編輯http.conf檔案,這是一個文字檔,從開始菜單也能看到他的配置。

程式\Apache HTTP Server 2.2\Configure Apache Server\Edit the Apache httpd.conf Configuration File.

配置apaceh活動目錄

尋找關鍵字DocumentRoot,這個是網站根目錄,可以更改為自己的目錄。

尋找Directory, 配置為跟DocumentRoot一樣的目錄,這個是必須要同步的。

原文如下:

This should be changed to whatever you set DocumentRoot to.

尋找關鍵字,DirectoryIndex(目錄索引,也就是在僅指定目錄的情況下,預設顯示的檔案名稱),可以添加很多,系統會根據從左至右的順序來優先顯示,以單個半形空格隔開,比如有些網站的首頁是index.htm,就在游標那裡加上“index.htm”檔案名稱是任意的,不一定非得“index.html”,比如“test.php”等,都可以。

Apache的簡單配置完成。

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.