歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
Linux教程網 >> Linux基礎 >> 關於Linux >> CentOS虛擬機web服務器實現windows本地實時測試

CentOS虛擬機web服務器實現windows本地實時測試

日期:2017/3/1 12:26:37   编辑:關於Linux

1.安裝centos(最小化安裝)

2.配置網絡

3.開啟ssh服務

4.搭建LAMP開發環境

5.搭建samba服務器

6.windows相關設置

7.代碼實時測試

相關問題及解決方案:

1.訪問權限不足:

# chmod 777 /var/www/html/ -R

2.call to undetified function mb_string():

# yum install php-mbstring

3.驗證碼無法顯示:

# yum install php-gd

4.網站顯示空白:

打開項目調試模式

5.其它問題:

# vim /var/log/httpd/error_log

Copyright © Linux教程網 All Rights Reserved