MACROMEDIA COLDFUSION MX-CLUSTERCATS Use Manual page 60

Table of Contents

Advertisement

Monitor the load hitting the server via a graphical display; the server's load statistics
are only displayed textually on the Cluster Member List and Server Properties pages
Integrate ClusterCATS with Cisco LocalDirector
If you require any of these capabilities, you should obtain a Windows computer and use
the Windows-based ClusterCATS Explorer for your cluster administration.
Configuring the communications port on your web server
Before you can open and use the ClusterCATS Web Explorer, you must ensure that a
communications port is configured to listen for HTTP requests on the Netscape or
Apache web server for which you installed ClusterCATS. You can access the
ClusterCATS Web Explorer only through the defined communications port on your web
server, which you configure using your web server's administration utilities.
Note: For availability and security reasons, be sure to allow access to the ClusterCATS Web
Explorer only from a separate IP-based virtual host server on a port other than 80 and
password protect access to it.
Netscape considerations
By default, Netscape Enterprise Server assigns your web server a random, six-digit
communication port number. You can either use this assigned number or change it to
something easier to remember, like port 81.
If you are not familiar with configuring your web server's communications ports, see the
Netscape Enterprise Server Administrator online help for instructions.
Apache considerations
Make the following changes to the Apache Web Server's
ClusterCATS Web Explorer (
(
2222
authentication for the virtual directory.
### BTWeb Administration
Listen 192.168.96.71:2222
<VirtualHost 192.168.96.71:2222>
50
Chapter 4 Configuring Clusters
) specified in the example below with values appropriate for your system and enable
ServerAdmin root@localhost
DocumentRoot /usr/lib/btcats/btweb
DirectoryIndex default.htm
ServerName btweb
ErrorLog logs/btweb_error_log
CustomLog logs/btweb_access_log combined
### BTWeb stuff ###
AddHandler cgi-script .exe
<Directory "/usr/lib/btcats/btweb/">
Options FollowSymLinks
Options ExecCGI
AllowOverride None
Order allow,deny
Allow from all
AuthName "btcats admin tools"
AuthType Basic
). Replace the IP address (
btweb
file to enable the
httpd.conf
) and port
192.168.96.71

Advertisement

Table of Contents
loading

This manual is also suitable for:

Clustercats

Table of Contents