1.
To run IBM HTTP Server as a reverse proxy server, specify the settings described in
“Required
Settings for the
httpd.conf
File to Set Up a Reverse Proxy Server” (page 64)
in the
httpd.conf
file.
Table 27 Required Settings for the
httpd.conf
File to Set Up a Reverse Proxy Server
Values
Directives
Specify this directive to disable the cache function for
requests directed to the Business Continuity Manager
agent.
CacheDisable
Specify this directive to disable the KeepAlive function.
KeepAlive
Add the following modules to the list:
proxy_module modules/mod_proxy.so
proxy_http_module
modules/mod_proxy_http.so
LoadModule
Specify a standby port for IBM HTTP Server. For
example, to set up port number 443 for a standby port,
specify the following:
Listen
•
IPv4: Listen 443
•
IPv6: Listen [::]:443
Specify the following options to make the Business
Continuity Manager agent the origin server for P9000
Replication Manager:
ProxyPass
and
ProxyPassReverse
•
The host name or IP address of the host on which the
Business Continuity Manager agent is running
•
The port number in the
PORT
parameter, which was
specified when the Business Continuity Manager
agent was initially set up
ProxyPass / http://0.0.0.0:port-number/
ProxyPassReverse /
http://0.0.0.0:port-number/
Specify how long to wait before issuing a timeout.
Specify a value greater than P9000 Replication
Manager's timeout value (
bcmif.socketTimeout
).
Timeout
2.
Enable SSL.
64
Setting Up the Environment When Linking with P9000 Replication Manager