Este contenido no está disponible en el idioma seleccionado.

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
    Copy to Clipboard Toggle word wrap
  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>
    Copy to Clipboard Toggle word wrap

    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 2018-06-07 21:57:01 EDT

Volver arriba
Red Hat logoGithubredditYoutubeTwitter

Aprender

Pruebe, compre y venda

Comunidades

Acerca de la documentación de Red Hat

Ayudamos a los usuarios de Red Hat a innovar y alcanzar sus objetivos con nuestros productos y servicios con contenido en el que pueden confiar. Explore nuestras recientes actualizaciones.

Hacer que el código abierto sea más inclusivo

Red Hat se compromete a reemplazar el lenguaje problemático en nuestro código, documentación y propiedades web. Para más detalles, consulte el Blog de Red Hat.

Acerca de Red Hat

Ofrecemos soluciones reforzadas que facilitan a las empresas trabajar en plataformas y entornos, desde el centro de datos central hasta el perímetro de la red.

Theme

© 2025 Red Hat