How do I suppress message BPXM023I with HTTP Server Powered by Apache?
search cancel

How do I suppress message BPXM023I with HTTP Server Powered by Apache?

book

Article ID: 12944

calendar_today

Updated On:

Products

ACF2 ACF2 - DB2 Option ACF2 for zVM ACF2 - z/OS ACF2 - MISC PanApt PanAudit

Issue/Introduction

In IBM documentation, they define:

 

//*  Define the BPX.CONSOLE profile to suppress the BPXM023I message
//*  prefix for console messages
//*  RDEFINE FACILITY BPX.CONSOLE UACC(NONE)
//*  RDEFINE not supported for FACILITY class



How do I suppress message BPXM023I with HTTP Server Powered by Apache?

Environment

Release:
Component: ACF2MS

Resolution

The HTTP Server needs a DENY to send the message.  Since ACF2 protects by default, the message should be sent.  If you are not seeing one, check for an allow rule.  Here is a sample rule to use:

$KEY(BPX.SERVER) TYPE(FAC)

 UID(uid string of HTTP server) PREVENT           <====this will send the BPXM023I message

 UID(uid string of HTTP server) SERVICE(READ) ALLOW      <====== this will suppress the BPXM023I message 

Additional Information

IBM information on communicating with the BPX console is here