In CA Unified Infrastructure Management(UIM), attempting to get the probe configured and not getting expected results.
Environment
Release: Any UIM version
Component: Any version of Apache probe
Cause
Errors are caused by incomplete or inaccurate set handler parameters. Often, there is an issue with domain membership on a server; and users must specify the specific server rather than trying to allow access from any server.
Resolution
When setting these in the httpd.conf file make sure that the <probe server> is part of the domain membership, as shown below.
ExtendedStatus On <Location /server-status> SetHandler server-status Order Deny,Allow Deny from all Allow from <probe server> </Location>