Sun Java System Web Proxy Server 4.0.2 2005Q4 Administration Guide

Restricting Access to the perfdump Output

You need to create an ACL for the /.perf URI if you want to limit the users who can view the perfdump statistics for your server from a browser.

The ACL file must also be referenced in the perf object definition in the obj.conf file. For example, if you created a named ACL for the /.perf URI, you would need to reference the ACL file in a PathCheck statement in the object definition as follows:

<Object name="perf">

PathCheck fn="check-acl" acl="perf.acl"

Service fn="service-dump"

</Object>