User Guide

Introduction to ClusterCATS Administration 249
Apache considerations
Make the following changes to the Apache Web servers httpd.conf file to enable the
ClusterCATS Web Explorer (
btweb). Replace the IP address specified in the example
below (
192.168.96.71) and the port (2222) with one appropriate for your system
and enable authentication for the virtual directory.
###
### BTWeb Administration
###
Listen 192.168.96.71:2222
<VirtualHost 192.168.96.71:2222>
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
AuthUserFile /usr/local/apache/conf/users
require user admin
</Directory>
</VirtualHost>
Once you have configured your server, restart Apache. To access the Web Explorer,
point your browser to the IP address you entered as the
VirtualHost.
For information on using the
htpasswd utility to create and manage your
authentication file list, refer to the Apache documentation.
Opening the Web Explorer
The ClusterCATS Web Explorer can be used from a machine that runs either
Netscape Navigator or Microsoft Internet Explorer versions 4.0 or greater.
To open the Web Explorer:
1 Open a Web browser.
2 Enter the following URL in the browsers address field:
For Netscape Enterprise Server v3.x:
http://<server-name>:<admin-port>/admin-serv/btweb/default.html
For Netscape Enterprise Server v4.0x:
http://<server-name>:<admin-port>/https-admserv/btweb/default.html