apache 2.4目录权限

apache 2.4 好象再也不支持如下指令。。。
Order allow,deny
Allow from allapache

用上面的指令访问页面时显示错误:client denied by server configuration
改用
Require all granted
#Access is allowed unconditionally.
ui

就正常了。查了一下还有一个命令:
Require all denied
#Access is denied unconditionally.server

相关文章
相关标签/搜索