Global Apache configuration file - Platform - BlueCat Gateway - 21.11.2

Gateway Administration Guide

Locale
English
Product name
BlueCat Gateway
Version
21.11.2

To set up a Global Apache configuration file for customizing settings on bpth Apache servers used by Gateway, create a file named apache/global.conf in the root of a workspace (typically the data folder).

Use of this file is optional. Settings in the apache/global.conf file use the same syntax as standard Apache configuration files.

Warning: When conflicts occur, settings within the General Apache Configuration file will override those made in both the BlueCat Gateway application and in Gateway's Apache server.

We recommend using the global.conf file to define ServerName and ServerAdmin settings. For example, the following sample global.conf file sets the ServerName and ServerAdmin settings for both Apache servers:

# The domain name for the server
ServerName mydomain
# Email address for an Admin contact
ServerAdmin alice@example.com