Centos7 系统下怎么更改apache默认网站目录
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Centos7 系统下怎么更改apache默认网站目录相关的知识,希望对你有一定的参考价值。
参考技术A centos7修改网站路径的时候要修改下面3个地方才行DocumentRoot "/home/www"
#
# Relax access to content within /var/www.
#
<Directory "/home">
AllowOverride None
# Allow open access:
Require all granted
</Directory>
# Further relax access to the default document root:
<Directory "/home/www">
以上是关于Centos7 系统下怎么更改apache默认网站目录的主要内容,如果未能解决你的问题,请参考以下文章