Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Appendix A Configuring Third Party Software : Set up Apache HTTP Server

Set up Apache HTTP Server
This section describes the steps required to set up the Apache HTTP Server.
Installing Apache HTTP Server
You can install the Apache HTTP Server from the Apache website http://httpd.apache.org.Refer to the TIBCO API Exchange Gateway readme for the Apache HTTP Server version requirements, and download the supported version using the following steps.
The Apache HTTP Server can be installed in the following ways:
For example, on the Windows platform, you can download the binary executable of the installer as follows, which contains the pre-built Apache server.
On the Windows 64-bit Platform
Install the Apache HTTP Server on the Windows 64-bit platform as follows:
1.
Go to http://www.apachelounge.com/download/win64/
2.
Follow VC10 SP1 vcredist_x64.exe to install the Visual C++ 2010 SP1 Redistributable Package x64.
3.
Download the supported Apache 2.4.x win64 binary httpd-2.4.7-win64.zip file to install the Apache HTTP Server. Refer to the Apache HTTP Server documentation for complete installation details.
On the UNIX Platform
To install the Apache HTTP Server on the UNIX platform, perform the following steps:
1.
Go to the http://httpd.apache.org/download.cgi#apache24 link.
2.
3.
Configuring Apache HTTP Server for TIBCO API Exchange Gateway
1.
Open the APACHE_HOME/conf/httpd.conf file for editing.
2.
      Include ASG_HOME/modules/http_server/apache/mod_ASG.conf
Replace the ASG_HOME with the directory location where TIBCO API Exchange Gateway is installed.
3.
      Listen 8080
4.
Running Apache HTTP Server
On the Windows Platform
To run the Apache HTTP Server on the Windows platform, follow these steps:
1.
   APACHE_HOME/bin
2.
httpd.exe
On the UNIX Platform
3.
   APACHE_HOME/bin
4.
   ./apachectl start

Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved