Oracle iPlanet Web Proxy Server 4.0.14 Administration Guide

Securing Access to Server Instances

To configure the 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";