【发布时间】:2020-09-20 13:51:00
【问题描述】:
启动 apache 2.4 时出现以下错误。
httpd[11435]: AH00526: Syntax error on line 22 of /etc/httpd/conf.d/vhost1.conf:
httpd[11435]: Require not allowed here
以下行导致 vhost1.conf 中出现此错误
<VirtualHost myserver:80>
DocumentRoot "/var/www/html"
Require all granted
</VirtualHost>
<VirtualHost myserver:443>
DocumentRoot "/var/www/html"
Require all granted
</VirtualHost>
这有什么问题?我该如何解决这个错误?
【问题讨论】:
标签: apache apache2 httpd.conf apache2.4