默认配置在根目录中有以下内容:
DocumentRoot "${SRVROOT}/htdocs"
<Directory "${SRVROOT}/htdocs">
Require all granted
</Directory>
是否正确理解这仅在直接使用 IP 地址访问服务器时才使用?
在我的例子中,使用 VirtualHost,服务器只能通过域名访问。换句话说,我应该删除位于 VirtualHosts 之外的 Directory 和 DocumentRoot 吗?
默认配置在根目录中有以下内容:
DocumentRoot "${SRVROOT}/htdocs"
<Directory "${SRVROOT}/htdocs">
Require all granted
</Directory>
是否正确理解这仅在直接使用 IP 地址访问服务器时才使用?
在我的例子中,使用 VirtualHost,服务器只能通过域名访问。换句话说,我应该删除位于 VirtualHosts 之外的 Directory 和 DocumentRoot 吗?