您现在的位置是:首页 > 技术交流技术交流
ubuntu apache2.4的一些变化
2017-11-29【技术交流】2637 人已围观
简介apache2对default.conf有更严格的要求了. apachehttpdEitherallOptio...
apache2对default.conf有更严格的要求了.
apache httpd Either all Options must start with + or -, or no Option may.
apache httpd 2.2的配置放到apache httpd 2.4下就出现了这个错误,出现错误行的内容为:Options -Indexes FollowSymLinks
出错提示:
Either all Options must start with + or -, or no Option may.
解决方法:
Options -Indexes +FollowSymLinks
apache2.4的403要如下处理:
<Directory />
AllowOverride none
#Require all denied
Require all granted
</Directory>
将Require all denied 改为 Require all granted
关注宁波网站建设博客,更多精彩分享,敬请期待!
Tags:
很赞哦! ()
相关文章
随机图文
visual C# 保持窗口最前面
属性面板内 this.TopMost=true;即可
ThinkPhp 自动验证 为什么会出现 “非法数据对象!"
ThinkPhp自动验证为什么会出现“非法数据对象!”这也是个奇怪的问题,新手尝试tp总是会遇到一些莫名其妙的问题。 今天小编就遇到了这样...
Thinkphp3.1 验证码不显示解决
Thinkphp3.1内置了验证码功能.控制器代码publicfunctionverify(){ import('ORG.Ut...
解决百度ueditor插入动态地图空白 支持iframe方法
ueditor是百度推出的html富文本编辑器.还是非常好用的,新版本增加了严格的安全限止甚至限止到了自己的百度插入代码,导致插入百度出现...




微信收款码
支付宝收款码