Sun Java System Web Proxy Server 4.0.3 2006Q2 Administration Guide

Securing Access to Server Instances

To configure Proxy Server to control access to server instances, edit the server_root/httpacl/*.proxy-admserv.acl files to specify the user to whom you want to grant access control privileges. For example:

acl "proxy-server_instance"; authenticate (user,group) { database = "default"; method = "basic"; }; deny absolute (all) user != "UserA";