【发布时间】:2011-05-03 22:25:40
【问题描述】:
根据本网站: http://httpd.apache.org/docs/2.2/howto/access.html
我需要使用类似下面的脚本来阻止除特定 IP 地址之外的所有人访问我的网站:
Order deny,allow
Deny from all
Allow from dev.example.com
从那个网站上不清楚,我在哪里输入了这个脚本。
我使用 Ubuntu 10.04 作为我的开发机器。
【问题讨论】:
-
好吧,那是弗洛伊德的失误;)