Chapter 6. Monitoring Apache HTTP Server with JBoss Operations Network (ON)


To allow JBoss ON to monitor JBoss Core Services Apache HTTP Server, you must enable the mod_bmx modules. ⁠

  1. As the apache user, enable the mod_bmx modules by creating HTTPD_HOME/conf.d/mod_bmx.conf with the following contents:

    LoadModule bmx_module modules/mod_bmx.so
    LoadModule bmx_status_module modules/mod_bmx_status.so
    LoadModule bmx_vhost_module modules/mod_bmx_vhost.so
  2. In HTTPD_HOME/conf/httpd.conf, add a handler for mod_bmx by appending your handler definition. For example:

    <Location /bmx>
    SetHandler bmx-handler
    </Location>

    You may want to restrict access to this URL to a specific virtual host or use password authentication.

  3. Restart the Apache HTTP Server. You can access http://SERVER_ADDRESS:PORT/bmx in a web browser to verify that mod_bmx is working correctly.
  4. Apache HTTP Server will now be discoverable for JBoss ON. In JBoss ON, you can import it from the Discovery Queue.

    Consult the JBoss ON documentation for further details on monitoring and managing Apache HTTP Server.





Revised on 2019-05-07 17:08:15 UTC

Red Hat logoGithubredditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust. Explore our recent updates.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

Theme

© 2026 Red Hat
Back to top