运维网's Archiver
论坛
›
apache
› apache httpd.conf设置固定ip访问固定目录
轩辕阁
发表于 2017-1-12 07:16:03
apache httpd.conf设置固定ip访问固定目录
我的淘宝店http://shop60787115.taobao.com/
<Directory "E:\workspace_php\letsno1\mis">
Options All
AllowOverride All
Orderallow,deny
Deny from all
Allow from 192.168.0.8
</Directory>
只允许ip为192.168.0.8访问mis目录
页:
[1]
查看完整版本:
apache httpd.conf设置固定ip访问固定目录