系统使用了CentOS7.2
LAMP安装:https://yq.aliyun.com/articles/521424?spm=5176.10695662.1996646101.searchclickresult.68b91364THaaS2
默认访问网页路径:/var/www/html/gary.php
默认配置文件路径:/etc/httpd/conf/httpd.conf
修改的配置项 (dev 是用户名,home目录下文件夹)
<DocumentRoot "/var/www/html"> ------------> <DocumentRoot "/home/dev">
<Directory "/var/www"> ------> <Directory "/home/dev"> 2处
User apache ------------>User dev
Group apache ------------> Group dev