![]() |
Copyright © Cloud Software Group, Inc. All Rights Reserved |
APACHE_HOME/conf
2. Open the httpd.conf file for editing.
• ListenPort is the port on which Apache HTTP server runs. The ListenPort must match the value specified by Listen directive.
• APIExchangeGateway_Host is the machine on which TIBCO API Exchange Gateway runs.
• HTTP_PORT is the HTTP port for TIBCO API Exchange Gateway.
• To forward a specific operation request, include the request URI in the ProxyPass and ProxyPassReverse directives. For example, define the directives for ping operation URI, as follows:APACHE_HOME/conf
2. Open the httpd.conf file for editing.
5. Save changes to the httpd.conf file.APACHE_HOME/conf/extra
7. Open the httpd-ssl.conf file for editing.
<VirtualHost *:ListenSSLPort>SSLCertificateFile Name_of_Server_public_certificateSSLCertificateKeyFile Name_of_Server_private_key
• ListenSSLPort is the SSL transport port on which Apache HTTP server runs. The ListenSSLPort must match the value specified by Listen directive.
• APIExchangeGateway_Host is the machine on which TIBCO API Exchange Gateway runs.
• HTTP_PORT is the HTTP port for TIBCO API Exchange Gateway.
• Name_of_Server_public_certificate is the full path to the public certificate. For example, "C:\apache2\conf\server.crt".
• Name_of_Server_private_key is the full path to the private key. For example, "C:\apache2\conf\server.key".
10.
![]() |
Copyright © Cloud Software Group, Inc. All Rights Reserved |