On Fri, Mar 6, 2009 at 6:12 AM, Ronan Lucio <[email protected]> wrote: > I did it. I helped, but caucho-status still answers when accessed via > hostname:resin's port
OK, since you are bypassing Apache, try this. A developer here used this method in WEB-INF/resin-web.xml <web-app xmlns="http://caucho.com/ns/resin"> <security-constraint> <web-resource-collection> <url-pattern>/directory/file.xml</url-pattern> </web-resource-collection> <ip-constraint> <allow>192.168.2.2</allow> <allow>192.168.3.3</allow> </ip-constraint> </security-constraint> </web-app> _______________________________________________ resin-interest mailing list [email protected] http://maillist.caucho.com/mailman/listinfo/resin-interest
