黑帽联盟

标题: linux服务器apache服务禁止ip访问 [打印本页]

作者: 定位    时间: 2017-1-2 04:59
标题: linux服务器apache服务禁止ip访问
请先看下面的相关链接,再继续看下面的内容

相关链接:apache多域名绑定

<VirtualHost 192.168.129.128>
  ServerName   192.168.129.128
<Directory>
Order deny,allow
Deny from all
</Directory>
</VirtualHost>


把上面的内容加到httpd.conf文件里面

最后执行"service httpd reload"、

最后访问"192.168.129.128",页面应该是403错误





欢迎光临 黑帽联盟 (https://bbs.cnblackhat.com/) Powered by Discuz! X2.5