DX Unified Infrastructure Management

 View Only
  • 1.  20.3.3 ajp proxy not working

    Posted Jun 15, 2021 11:06 AM
    Hi,

    does anyone have an http proxy working for OC 20.3.3? After upgrading to 20.3.3 (including June patch) the wasp is no longer receiving on port 8009. I added the ajp stanza to wasp.cfg and restarted wasp but still not working.

    <ajp_connector>
        secretRequired = false
    </ajp_connector>

    Getting errors in httpd.log like:

    Connection refused: proxy: AJP: attempt to connect to x.y.z.v:8009 (OC server name) failed
    ap_proxy_connect_backend disabling worker for (OC server name)
    proxy: AJP: failed to make connection to backend: OC server name
    proxy: AJP: disabled connection for (OC server name)

    Any ideas what the problem might be?

    Regards
    Joakim


  • 2.  RE: 20.3.3 ajp proxy not working

    Posted Jun 15, 2021 12:20 PM
    Found it, the stanza should look like:

    <ajp_connector>
            secretRequired = false
            ajp_ip = X.X.X.X
    </ajp_connector>

    So the ajp_ip line was missing in the 20.3 documentation. Thanks to Nick Barlow for pointing it out in this thread:

    https://community.broadcom.com/enterprisesoftware/communities/community-home/digestviewer/viewthread?MessageKey=fe685d3e-95ee-4aa6-a044-2977a3e8c79f&CommunityKey=170eb4e5-a593-4af2-ad1d-f7655e31513b&tab=digestviewer#bmfe685d3e-95ee-4aa6-a044-2977a3e8c79f