定位 发表于 2017-1-2 04:59:22

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错误
页: [1]
查看完整版本: linux服务器apache服务禁止ip访问