HP P9000 Command View Advanced Edition Software Mainframe Agent Installation and Configuration Guide
Figure 6 Example configuration when using IPv6 to establish connections
To set up IBM HTTP Server to run as a reverse proxy server, specify the settings described in the
following table for the httpd.conf file.
Table 6 Settings to be specified in the httpd.conf file for IPv6 connections
Description of directive, and values to be specifiedDirective to be specified
Specify this directive so that the cache function for requests directed to the
P9000 mainframe agent is disabled.
CacheDisable
Specify this directive to disable the KeepAlive function.
KeepAlive
Specify a standby port in IPv6 as shown below. The port number can be
changed:
Listen [::]:80
Listen
Add the following modules to the list so that the reverse proxy function will
be enabled:
proxy_module modules/mod_proxy.so
proxy_http_module modules/mod_proxy_http.so
LoadModule
Setting up P9000 mainframe agent30