不能访问server-info

不能访问server-info

#vi /etc/httpd/conf/httpd.conf
<Location /server-info>
    SetHandler server-info
    Order allow,deny
    Deny from all
    Allow from 192.168.1.126
</Location>


windows下IE
http://192.168.204.128/server-info
显示Access forbidden!

    You don't have permission to access the requested object. It is either read-protected or not readable by the server.

    If you think this is a server error, please contact the webmaster

Error 403
虚拟机下的linuxIE
Access forbidden!

    You don't have permission to access the requested object. It is either read-protected or not readable by the server.

    If you think this is a server error, please contact the webmaster

Error 403


请大虾帮一下
谢谢,谢谢!!!!!
Allow from 192.168
还是不行.
Allow from all 呢?

试试这个,看看什么错误?