---
isPrivate: true
title: Issues with Apache Integration
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > Integrations > FAQ Integrations > Issues with Apache Integration
---

> For the complete documentation index, see [llms.txt](https://docs.datadoghq.com/llms.txt).

# Issues with Apache Integration

{% callout %}
# Important note for users on the following Datadog sites: us2.ddog-gov.com

{% alert level="info" %}
To find out if this integration is available in your organization, see your [Datadog Integrations](https://app.datadoghq.com/integrations) page or ask your organization administrator.

To initiate an exception request to enable this integration for your organization, email [support@ddog-gov.com](mailto:support@ddog-gov.com).
{% /alert %}

{% /callout %}

If you are having issues with your Apache integration, it is mostly like due to the Agent not being able to access your Apache status URL.

Try running curl for the apache_status_url that you have in your apache.yaml file on your host, making sure to include your login credentials if applicable, to see if it outputs the stats correctly.

If it does not, change your permissions for the status URL to allow access from the host. You can read [this article](http://httpd.apache.org/docs/2.2/mod/mod_status.html) for more info.

If you still have issues, [reach out to us](https://docs.datadoghq.com/help/) with [a flare](https://docs.datadoghq.com/agent/faq/send-logs-and-configs-to-datadog-via-flare-command.md)
