這篇文章主要介紹了windows 子系統ubuntu16.04安裝php7.0 ,有著一定的參考價值,現在分享給大家,有需要的朋友可以參考一下
1. 安裝php7.0
$ sudo apt-get install php7.0
#2. 安裝apache的php 模組
#$ sudo apt-get install libapache2-mod-php7.0
3. 測試php 和Apache時候正常運作
$ sudo vim /etc/apache2/sites-available/000-default.conf檢視工作目錄
在/var/www/html下增加一個index.php文件,在index.php輸入
$ sudo service apache2 restart 重啟apache
瀏覽器輸入 http://localhost/index.php 出現下面訊息,成功。
相關推薦:
以上是windows 子系統 ubuntu16.04安裝php7.0的詳細內容。更多資訊請關注PHP中文網其他相關文章!