>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>
David
_______________________________________________
resin-interest mailing list
[email protected]
http://maillist.caucho.com/mailman/listinfo/resin-interest
