apache2.4和2.2 的一些区别

指令的一些差异

其中的一些指令已经无效,如:

Order Deny,Allow 
Deny from all 
Allow from all

取而代之的是:

Deny from all 
变成 
Require all denied  
Allow from all 
变成 
Require all granted

 

posted @ 2016-06-20 14:39  JasonXu_徐晓峰的博客  阅读(1483)  评论(0编辑  收藏  举报