---
sourceDocument: Australia IT Operations Management
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/it-operations-management

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia IT Operations Management

ft:clusterId :

    - itom

bundleId :

    - itom

workflow :

    - Technology


---

# Configure ACC Apache HTTP server monitoring

# Configure Agent Client Collector Apache HTTP server monitoring {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 Minute Lesedauer

To configure the Agent Client Collector to perform Apache HTTP server monitoring, set the following configurations in the Apache HTTP server application.

## Vorbereitungen

Role required: agent_client_collector_admin

## Prozedur

1. On the Apache HTTP Server host, navigate to one of the following locations:  
   * In a Linux environment:
     * /etc/httpd
     * /etc/httpd/conf
     * /etc/apache2
     * /etc/apache2/conf
     {#acc-apache-http-server__ul_g2k_5t5_bkb}
   * In a Windows environment: The conf directory in the Apache installation location.
   {#acc-apache-http-server__ul_g5d_tt5_bkb}
2. Locate either the httpd.conf or apache2.conf file.
3. Ensure that the following line is uncommented:  
   `LoadModule status_module modules/mod_status.so`
4. Configure the check instance port to be identical to the port on which Apache is listening (default for both is 80).
5. To ensure a secure connection, configure SSL, as follows:
   1. Ensure that the following line is uncommented:  
      `LoadModule ssl_module modules/mod_ssl.so`
   2. Activate the ssl_secure_connection parameter in the check instance.
   3. Configure the check instance port to be identical to the port on which Apache is listening to secure connections (default is 443).
   {#acc-apache-http-server__substeps_e4d_4w5_bkb}
**Zugehörige Informationen**   

* [Apache Module](https://httpd.apache.org/docs/current/mod/mod_status.html#enable)
* [Apache SLL/TLS Strong Encryption: How-to](https://httpd.apache.org/docs/2.4/ssl/ssl_howto.html)

