To set up a Global Apache configuration file for customizing settings on both 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