【发布时间】:2016-02-19 15:16:17
【问题描述】:
我已经设置了如下虚拟主机
<VirtualHost *:80>
DocumentRoot /var/www/html
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
Options Includes
AllowOverride All
</VirtualHost>
但总是扔给我
AH00526: Syntax error on line 6 of /etc/apache2/sites-enabled/000-my-site.conf:
AllowOverride not allowed here
我有点困惑,因为我知道这样做是正确的地方
【问题讨论】:
标签: apache