Apache

Use Apache httpd for SSL termination and proxy in front of Integrity

Configuration

  1. Install Apache httpd

  2. Enable SSL

  3. Enable proxy modules

  4. Add proxy rules

Sample configuration

This is a sample configuration file for SSL and proxy. In this scenario, the Apache server runs on the same host as Integrity. In this sample, SSL certificate management is handled by LetsEncrypt.

Change ServerName, SSLCertificateKeyFile and SSLCertificateFile settings to match your environment.

Last updated