我在 Debian Stretch 系统上安装了 Apache。我没有启用任何网站,但由于某种原因,/var/www/html/index.html
如果我转到http://hostname
.
加载的站点:
root@hostname:/etc/apache2# a2query -s
No site matches (disabled by site administrator)
访问日志将/var/log/apache2/other_vhosts_access.log
设置在/etc/apache2/conf-enabled/other-vhosts-access-log.conf -> ../conf-available/other-vhosts-access-log.conf
:
root@hostname:/etc/apache2/conf-enabled# more other-vhosts-access-log.conf
# Define an access log for VirtualHosts that don't define their own logfile
CustomLog ${APACHE_LOG_DIR}/other_vhosts_access.log vhost_combined
# vim: syntax=apache ts=4 sw=4 sts=4 sr noet
我怎样才能找到这样做的设置?我想禁用它,VirtualHost
所以目前没有加载/渲染页面。
配置 Apache 时有一个默认的虚拟主机。您可以通过创建具有要禁用的域名的虚拟主机来禁用它。例如,在配置中,您可以告诉 Apache 对每个请求返回 404。