【发布时间】:2018-11-09 03:53:12
【问题描述】:
假设我们在 /etc/apache2 中安装了 apache,并且我们有以下配置:
DocumentRoot "/var/www/html/TestWebsite"
<Directory />
Options FollowSymLinks
require all granted
</Directory>
我有一个关于目录'/' 的简单问题,它是指向apache 目录(在我的例子中是/etc/apache2)还是指向DocumentRoot 路径(/var/www/html/TestWebsite),还是指向linux system root directory?
【问题讨论】:
标签: apache apache2 apache2.4 apache2.2