标签: apache
我尝试使用vhost(apache2.2)中的以下代码将站点限制为一个IP(54.57.20.176)
<Location /> Order deny,allow Deny from all Allow from 54.57.20.176 </Location>
但是它不起作用,并且此服务器上不存在mod_authnz_host,而存在mod_authnz_host.html,mod_authnz_host.so等。 有什么建议我做错了吗?