Red Hat NETSCAPE MANAGEMENT SYSTEM 4.5 Instrukcja Użytkownika Strona 22

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 26
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 21
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>
You use the Apache 'htpasswd' utility to create/manage the Authentication list file: (create file and add user
'admin')
htpasswd c /usr/local/apache/conf/users admin
ColdFusion Application Probe and ColdFusion Running in Distributed Mode
ClusterCATS can not restart ColdFusion Server if the server is running on a remote system. However, it will
restrict access to the server and redirect traffic around the problem, if possible.
ColdFusion Application Probe and Application.cfm files
If other than the default URL to query (http://<myserver>/btauxdir/cfprobe.cfm) is used, than you must insure that
no Application.cfm files are in the path of the ColdFusion page to be tested.
Configuring ClusterCATS on UNIX platforms:
ClusterCATS requires that the group btcats exist. It will attempt create this group during the ColdFusion
installation using groupadd. If you are using NIS or NIS+, make sure that either nsswitch.conf allows for group
resolution from the group file, or that the group btcats gets created in NIS/NIS+ prior to installing ClusterCATS.
UNIX support
In order to run the ClusterCATS management command, btadmin, on Red Hat, the ksh shell must be installed.
Adding appmgr to inittab
It may be desirable to add appmgr to your inittab file, to ensure it always running.
Apache Web server
ClusterCATS and Apache Web Servers
Cluster members can appear to be available when the associated Web server is actually down. In such cases the
ClusterCATS server will display a load of 100%. Also, if the ColdFusion probe is enabled, the server will also be
restricted.
Apache Loadable's Support
ClusterCats and ColdFusion Apache support requires that mod_so.c module be compiled into Apache (httpd or
httpsd). You can verify this with the
-
l option to httpd (or httpsd): For example:
Page 22 of 26Release Notes - ColdFusion Server 4.5.1
08/22/2000file://C:\TEMP\cfserver451_release_notes.htm
Przeglądanie stron 21
1 2 ... 17 18 19 20 21 22 23 24 25 26

Komentarze do niniejszej Instrukcji

Brak uwag