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
上一篇:导入项目后,js文件报错解决方法


下一篇:Centos 7 安装jdk1.7