简介
如果你想了解下fedora 7下apache出现错误代码怎么解决的内容,可以看看技术小编所提供给你们的知识点,这里进行了详细的问题结束,有需要的话就请看看下面的资料吧!
问题:
在浏览器中输入127.0.0.1或者主机IP,都会出现一下错误:
/**********/
Bad Request
Your browser sent a request that this server could not understand.
Apache/2.2.0 (Fedora) Server at 127.0.0.1 Port 80
/*********/
如果在主机上用浏览器打开http://主机名/则能够正常打开网页,没有提示错误
查看日志:
/**********/
[Mon Aug 27 08:15:56 2007] [error] [client 127.0.0.1] ModSecurity: Access denied with code 400 (phase 1). Pattern match “^[\\\\d\\\\.]+$” at REQUEST_HEADERS:Host. [id “960017”] [msg “Host header is a numeric IP address”] [severity “CRITICAL”] [hostname “127.0.0.1”] [uri “/”] [unique_id “QrBrQ38AAAEAACZ5GVAAAAAH”]
/******/
解决:
编辑文件/etc/httpd/modsecurity.d/modsecurity_crs_21_protocol_anomalies.conf
注释掉此句(也就是在前面加”#”):
SecRule REQUEST_HEADERS:Host “^[\d\.]+$” “deny,log,auditlog,status:400,msg:’Host header is a numeric IP address’, severity:’2′,id:’960017′
然后重启服务httpd
这样子应该还是会存在安全漏洞。
fedora 7下apache出现错误代码怎么解决的问题不知道你了解清楚了吗,如果需要小编帮忙解答的,那就来网站咨询吧,我们每天都会发布一些新的文章,需要可以关注下。
以上本篇文章的全部内容了,感兴趣的小伙伴可以看看,更多精彩内容关注腾创网www.tengchuangw.com
暂无评论内容