CentOS虚拟机web服务器实现windows本地实时测试

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

你可能感兴趣的:(linux,centos,web服务器)