Introduction to ClusterCATS Administration
Apache considerations
Make the following changes to the Apache Web server's
ClusterCATS Web Explorer (
below (
and enable authentication for the virtual directory.
###
###
###
Listen 192.168.96.71:2222
<VirtualHost 192.168.96.71:2222>
</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
For information on using the
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
2
192.168.96.71)
BTWeb Administration
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>
Open a Web browser.
Enter the following URL in the browser's 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
). Replace the IP address specified in the example
btweb
and the port (2222) with one appropriate for your system
utility to create and manage your
htpasswd
file to enable the
httpd.conf
.
VirtualHost
249
Need help?
Do you have a question about the COLDFUSION 5-ADVANCED ADMINISTRATION and is the answer not in the manual?