> ## Documentation Index
> Fetch the complete documentation index at: https://docs.honeycomb.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Apache HTTP

<Badge className="hny-badge-enterprise-addon" stroke>Ent+</Badge>

<Note>
  This feature is available as an add-on for the [Honeycomb Enterprise plan](https://www.honeycomb.io/pricing/).
  Please contact your Honeycomb account team for details.
</Note>

## Supported Platforms

| Platform | Metrics | Logs | Traces |
| :------- | :------ | :--- | :----- |
| Linux    | ✓       | ✓    |        |
| Windows  | ✓       | ✓    |        |
| macOS    | ✓       | ✓    |        |

## Configuration Table

| Parameter            | Type                | Default                          | Description                                                                                                                                              |
| :------------------- | :------------------ | :------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------- |
| telemetry\_types     | `telemetrySelector` | `["Logs", "Metrics"]`            | Choose Telemetry Type.                                                                                                                                   |
| hostname\*           | `string`            | localhost                        | The hostname or IP address of the Apache HTTP system.                                                                                                    |
| port                 | `int`               | 3000                             | The TCP port of the Apache HTTP system.                                                                                                                  |
| collection\_interval | `int`               | 60                               | Sets how often (seconds) to scrape for metrics.                                                                                                          |
| enable\_tls          | `bool`              | false                            | Whether or not to use TLS when connecting to the Apache HTTP server.                                                                                     |
| strict\_tls\_verify  | `bool`              | false                            | Enable to require TLS certificate verification.                                                                                                          |
| ca\_file             | `string`            |                                  | Certificate authority used to validate TLS certificates. It's not required if the collector's operating system already trusts the certificate authority. |
| mutual\_tls          | `bool`              | false                            | Enable to require TLS mutual authentication.                                                                                                             |
| cert\_file           | `string`            |                                  | A TLS certificate used for client authentication if mutual TLS is enabled.                                                                               |
| key\_file            | `string`            |                                  | A TLS private key used for client authentication if mutual TLS is enabled.                                                                               |
| start\_at            | `enum`              | end                              | Start reading logs from 'beginning' or 'end'.                                                                                                            |
| access\_log\_path    | `strings`           | \["/var/log/apache2/access.log"] | Access Log File paths to tail for logs.                                                                                                                  |
| error\_log\_path     | `strings`           | \["/var/log/apache2/error.log"]  | Error Log File paths to tail for logs.                                                                                                                   |
| timezone             | `timezone`          | "UTC"                            | The timezone to use when parsing timestamps.                                                                                                             |

<span style={{color: 'red'}}>\* *required field*</span>
