禁止通过ip访问服务器
- 2018-07-13 21:04:00
- 管理员
- 原创 2359
<VirtualHost *:80>
ServerName ip-address
<Location />
Order Allow,Deny
Deny from all
</Location>
</VirtualHost>
发表评论