---
title: Upgrading the Apache module
summary: null
url: >-
  https://www.fastly.com/documentation/guides/next-gen-waf/setup-and-configuration/module-agent-deployment/apache-module/upgrading-apache
---

> **HINT:** Check the [Apache changelog](https://www.fastly.com/documentation/reference/changes/ngwaf-module-apache/) to see what's new in the Apache Module.

Our Module package is distributed in our package repositories. If you haven't already, configure our repository on your system.

## Upgrading the Apache module on Ubuntu/Debian systems

1. Upgrade the Apache module package.

   ```term copy
   $ sudo apt-get update
   $ sudo apt-get install sigsci-module-apache
   ```

2. Restart your Apache service.

## Upgrading the Apache module on Red Hat/CentOS systems

1. Upgrade the Apache module package

   ```term copy
   $ sudo yum update
   $ sudo yum install sigsci-module-apache
   ```

2. Restart your Apache service.

## Related content

- [About module-agent deployment](https://www.fastly.com/documentation/guides/next-gen-waf/setup-and-configuration/module-agent-deployment/about-module-agent-deployment)
- [Using an API with the Next-Gen WAF](https://www.fastly.com/documentation/guides/next-gen-waf/developer/using-an-api-with-the-next-gen-waf)
