DBMNG数据库管理与应用

所有存在都是独创。
当前位置:首页 > 服务器配置 > Resin

Resin4禁止/限制指定的ip访问

<host id="www.xxx.com" root-directory=".">
      <web-app id="/" root-directory="c:\WEB4javaApp">
		<security-constraint>
		<web-resource-collection>
			<url-pattern>/*</url-pattern>
		</web-resource-collection>
		<ip-constraint>
			<deny>116.211.0.xx</deny>
		</ip-constraint>
		</security-constraint>
      </web-app>
    </host>
本站文章内容,部分来自于互联网,若侵犯了您的权益,请致邮件chuanghui423#sohu.com(请将#换为@)联系,我们会尽快核实后删除。
Copyright © 2006-2023 DBMNG.COM All Rights Reserved. Powered by DEVSOARTECH            豫ICP备11002312号-2

豫公网安备 41010502002439号