当前位置: 技术问答>linux和unix
server-status
来源: 互联网 发布时间:2016-12-28
本文导语: httpd.conf中是这样设置的 ... order deny,allow deny from all allow from 192.168.203.0/192.168.203.255 ... 但是还是不行,浏览器中输入server的ip/server-status,提示not found | 你那个allow用得不对 allow from / 用/...
httpd.conf中是这样设置的
...
order deny,allow
deny from all
allow from 192.168.203.0/192.168.203.255
...
但是还是不行,浏览器中输入server的ip/server-status,提示not found
...
order deny,allow
deny from all
allow from 192.168.203.0/192.168.203.255
...
但是还是不行,浏览器中输入server的ip/server-status,提示not found
|
你那个allow用得不对
allow from /
用/分开的是网段和掩码,不是IP起止地址
allow from /
用/分开的是网段和掩码,不是IP起止地址
|
allow from 192.168.203.0/255.255.255.0
您可能感兴趣的文章:
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。