Setting up Apache Module on Machine 1

To set up the Apache module on the machine where Apache server runs (Machine 1), follow these steps:

Procedure

  1. Copy the following files from the TIBCO API Exchange Gateway installation on Machine 2:
    • ASG_HOME\modules\http_server\apache\mod_ASG.conf
    • ASG_ HOME\modules\http_server\apache\mod_asg_rv_inbound.so
  2. Save these files locally on Machine 1 where the Apache server runs. You may place these files in a location accessed by the Apache server.
  3. Open the APACHE_HOME/conf/httpd.conf file for editing.
  4. Add the following line in the file:
       Include <Full Path>/mod_ASG.conf
  5. Save the changes.