Loading...
用的是Centos7.2 64位的系统 Apache 2.4.6 1.安装Apache# 查看httpd包是否可用: yum list | grep httpd #安装Apache yum install httpd 2. 修改配置文件进入配置文件目录cd /etc/httpd/conf 查看是否有httpd.confls 将原有配置文件备份cp httpd.conf ht...