Windows Apache PHP 環境搭建

來源:互聯網
上載者:User

標籤:

經常在 Linux 環境下搭建 php 環境,在 windows 下還是第一次,沒啥技術含量,就是記錄一下,省得下次還得到處亂找。來自Binkery技術部落格,http://www.binkery.com/archives/471.html

http://windows.php.net/download/#php-5.5
http://www.apachelounge.com/download/
http://www.microsoft.com/zh-CN/download/details.aspx?id=30679來自Binkery技術部落格,http://www.binkery.com/archives/471.html

V11是微軟的一個組件,如果不安裝的話會提示 msvcr110.dll丟失。來自Binkery技術部落格,http://www.binkery.com/archives/471.html

下載完後安裝V11,解壓 Apache 和 PHP 到你想要的目錄下。來自Binkery技術部落格,http://www.binkery.com/archives/471.html

配置PHP 配置

PHP需要配置環境變數。把 ;X:\php;X:\php\ext 添加到 PATH 裡。來自Binkery技術部落格,http://www.binkery.com/archives/471.html

APACHE 配置

修改 X:\Apache24\conf\httpd.conf 檔案。來自Binkery技術部落格,http://www.binkery.com/archives/471.html

需要修改的:來自Binkery技術部落格,http://www.binkery.com/archives/471.html

ServerRoot "X:\Apache24"DocumentRoot "X:/Apache24/htdocs"<Directory "X:/Apache24/htdocs">Listen 8080ServerName localhost:8080

需要添加的:來自Binkery技術部落格,http://www.binkery.com/archives/471.html

# php5 supportLoadModule php5_module X:/php/php5apache2_4.dllAddType application/x-httpd-php .php .html .htm# configure the path to php.iniPHPIniDir "X:/php"

配置好 Apache ,配置好環境變數,安裝好V11,然後可能需要重啟一下電腦。來自Binkery技術部落格,http://www.binkery.com/archives/471.html

啟動 Apache
X:\Apache24\bin\httpd.exe -k install/start/stop/restart

驗證 Apache 伺服器是否搭建成功,在地址欄上直接輸入 127.0.0.1:8080 ,如果能開啟網頁,說明 Apache 是成功的。驗證 PHP 是否配置成功,建立一個 php 檔案比如 php.php ,輸入來自Binkery技術部落格,http://www.binkery.com/archives/471.html

<?php phpinfo(); ?>

放在 X:\Apache24\htdocs 目錄下,然後用瀏覽器開啟 127.0.0.1:8080/php.php 。來自Binkery技術部落格,http://www.binkery.com/archives/471.html

Windows Apache PHP 環境搭建

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在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.