On Mar 4, 2008, at 4:26 PM, gseaton wrote:
Hi,
Is there any way from within Resin to limit access by IP address (like
"Allow from" in Apache).
I have not been able to find any reference to this in the
documentation or
in the forums.
See http://caucho.com/resin/doc/resin-security.xtp#ip-constraint
It looks something like:
<web-app xmlns="http://caucho.com/ns/resin">
<security-constraint>
<web-resource-collection>
<url-pattern>/admin/*</url-pattern>
</web-resource-collection>
<ip-constraint>
<allow>192.168.17.0/24</allow>
</ip-constraint>
</security-constraint>
</web-app>
-- Scott
Thanks for looking,
GS
--
View this message in context:
http://www.nabble.com/limiting-access-by-IP-address-tp15840368p15840368.html
Sent from the Resin mailing list archive at Nabble.com.
_______________________________________________
resin-interest mailing list
[email protected]
http://maillist.caucho.com/mailman/listinfo/resin-interest
_______________________________________________
resin-interest mailing list
[email protected]
http://maillist.caucho.com/mailman/listinfo/resin-interest