文章分类 - Apache
摘要:整理一下Windows环境Apache 2.2 改成 Apache 2.4.1后 httpd.conf 的设定笔记及遇到的问题参考文章(官方)http://httpd.apache.org/docs/2.4/upgrading.htmlhttp://httpd.apache.org/docs/2.4/new_features_2_4.html1. 权限设定方面的变更原本使用 Order Deny / Allow 的方式,改用 Require官方范例2.2 configuration:Order deny,allowDeny from all2.4 configuration:Require a
阅读全文
浙公网安备 33010602011771号