Ir para o conteúdo

Apache configuration files for Jitterbit private agents

Introduction

This page describes the Apache web server configuration files used by a private agent. They are found in the apache and apache/extra subdirectories under the installation directory (JITTERBIT_HOME), by default C:\Program Files\Jitterbit Agent\ on Microsoft Windows, /opt/jitterbit/ on Linux and Docker. All files follow the standard Apache HTTP server configuration file syntax.

Important

Changes made to files are not applied until the agent is restarted, and, except for httpd-jitterbit.conf, are not overwritten when upgrading.

httpd.conf

This is the main Apache server configuration file. It uses the Include directive to load the additional files shown below:

File Description
httpd-jitterbit.conf A custom Jitterbit configuration file. Do not change unless directed by Jitterbit Support.
httpd-jitterbit-local.conf An empty configuration file. Setting single value parameters (such as KeepAliveTimeout) override any existing values. Setting multi-value parameters (such as Listen) adds to existing values.
httpd-ssl.conf A configuration file for secure SSL/TLS connections.