David,

david day escreveu:
Is there a way to limit access to "<site>/caucho-status" URL either per
IP or per user/password?

Have you checked out <Location>  directive?

This works nicely.

  <Location /caucho-status>
    SetHandler default-handler
    Order Deny,Allow
    Deny from all
    Allow from 192.168.
  </Location>

I did it. I helped, but caucho-status still answers when accessed via hostname:resin's port
It helps but it isn't 100%.

Thanks again,
Ronan
_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to