Installation guide
Agent Parameter Added for SSL Connections Using Apache 1.x Based Servers
Appendix C: Configuration Changes to Web Servers with Apache Web Agent 205
Certificate Authentication Entries Added
■
If you are using X509 Client Cert, X509 Client Cert and Basic, or X509 Client
Cert or Basic authentication, the following SSL Engine Options entry in the
Virtual Hosts section is uncommented for the appropriate virtual host (if
multiple hosts are defined):
SSLOptions +ExportCertData +StdEnvVars
Note: If there is an existing SSL option in the Virtual Hosts section, then
that existing entry is commented out and the new SSL entry is added.
■
If you are using X509 Client Cert or Forms authentication, the following SSL
Engine Options entry in the Virtual Hosts section is uncomment for the
appropriate virtual host (if multiple hosts are defined):
SSLOptions +StdEnvVars +CompatEnvVars
■
In the Virtual Hosts section of the file, the SSL Client Authentication type is
set it to optional:
SSLVerifyClient optional
LoadFile Entries Added for Apache 2.x on HP-UX 11i
The following entries are added and uncommented in the httpd.conf file for
Apache 2.x on HP-UX 11i:
#For C++ modules that require standard libraries
LoadFile /usr/lib/hpux32/libunwind.so
LoadFile /usr/lib/hpux32/libCsup.so
LoadFile /usr/lib/hpux32/libstd_v2.so
Agent Parameter Added for SSL Connections Using Apache
1.x Based Servers
If you are using SSL connections (HTTPS) to a Web server, the httpsports
parameter is added to the WebAgent.conf file or the Agent Configuration Object
configured at the Policy Server. This parameter specifies one or more
(comma-separated) HTTPS port numbers the web server is listening on. For
example, set httpsports to 80.
Note: If a server is behind an HTTPS accelerator, which converts HTTPS to HTTP,
all requests are treated as SSL connections by your browser.