Oracle iPlanet Web Proxy Server 4.0.14 Administration Guide

Getting Started

Proxy Server is administered and configured with the Administration Server and the Server Manager web-based user interfaces. The Administration Server is used to manage configuration that is common to all Proxy Server instances installed on your system, while the Server Manager is used to configure settings for individual server instances.

This section contains the following topics:


Note –

Cookies must be enabled in your browser to run the CGI programs necessary for configuring your server.


Administration Server Overview

The Administration Server is a web-based user interface used to manage configuration that is common to all Proxy Server instances installed on your system.

After the Administration Server has been started, the Administration Server is accessed by launching a browser and entering a URL. The URL is determined by the host name and port number specified during installation, for example, http://myserver.mycorp.com:1234.

More than one administrator can be granted access to the Administration Server. For more information about distributed administration, see Allowing Multiple Administrators.

Administration Server settings are organized by tabs that correspond to specific tasks. The following table lists the Administration Server tabs, followed by a brief description of the tasks that the tabs provide.

Regardless of the tab or page you are on, the following buttons also display:

ProcedureTo Access the Administration Server

  1. Launch a browser and go to the URL that reflects the host name and port number specified for the Administration Server during installation, for example, http://myserver.mycorp.com:1234

  2. When prompted, type the user name and password specified during installation.

    The Administration Server’s user interface displays.

    For more information about using the Administration Server, see Chapter 2, Administering Proxy Server. Also see the online help for Administration Server tabs and pages.

Server Manager Overview

The Server Manager is the web-based user interface used to start, stop, and configure individual instances of Proxy Server.

Server Manager settings are organized by tabs that correspond to specific tasks. The following is a list of the Server Manager tabs, with a brief description of the tasks that the tabs provide.

Regardless of the tab or page you are on, the following buttons also display:

ProcedureTo Access the Server Manager

  1. Access the Administration Server as described in Administration Server Overview.

    The Administration Server appears on the Servers tab.

  2. On the Manage Servers page, click the link for the server instance you want to manage.

    The Server Manager user interface appears.

Configuration Files

The configuration and behavior of Proxy Server is determined by a set of configuration files. Settings configured in the administration interface are reflected in the configuration files. The files can also be edited manually.

The configuration files reside in the directory instance-dir/config, where instance-dir is the server instance. The config directory contains various configuration files that control different components. The number and names of the configuration files depend on which components have been enabled or loaded. This directory always contains four configuration files that are essential to server operation. The following table lists the four essential configuration files and their contents.

Table 1–1 Essential Configuration Files

File  

Contains  

server.xml

Most of the server configuration (new in this Proxy Server release) 

magnus.conf

Global server initialization information 

obj.conf

Instructions for handling requests from clients 

mime.types

Information for determining the content type of requested resources 

For detailed information about these files and other configuration files, see Oracle iPlanet Web Proxy Server 4.0.14 Configuration File Reference.

Regular Expressions

You can use regular expressions to identify resources and configure the Proxy Server to handle requests from different URLs differently. You can specify regular expressions as you perform a variety of tasks using the Administration Server and Server Manager user interfaces. For detailed information about the use of regular expressions, see Chapter 16, Managing Templates and Resources.