In CA Unified Infrastructure Management(UIM), attempting to get the probe configured and not getting expected results.
Environment
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>
Additional Information
See https://docops.ca.com/ca-unified-infrastructure-management-probes/ga/en/alphabetical-probe-articles/apache-apache-http-server-monitoring/apache-server-configuration for more information