Cisco Cisco Customer Voice Portal Downloads

Page of 561
Step 2
Modify the %IHS_HOME%\conf\httpd.conf file as follows:
Current configuration for HTTP/port 7000:
##
## To enable AFPA on supported Windows Operating Systems delete the "#" symbol in
## front of the "LoadModule ibm_afpa_module modules/mod_afpa_cache.so" directive
##
LoadModule ibm_afpa_module modules/mod_afpa_cache.so
<IfModule mod_afpa_cache.c>
AfpaEnable
AfpaCache on
AfpaPort 7000
AfpaLogFile "C:/Program Files/IBM/HTTPServer/logs/afpalog"
</IfModule></IfModule>
##
## Configuration with AFPA disabled
##
<IfModule !mod_afpa_cache.c>
Listen 0.0.0.0:7000
Comment out and change to HTTPS/port 7443:
##
#LoadModule ibm_afpa_module modules/mod_afpa_cache.so
#<IfModule mod_afpa_cache.c>
# AfpaEnable
# AfpaCache on
# AfpaPort 7000
# AfpaLogFile "C:/Program Files/IBM/HTTPServer/logs/afpalog"
#</IfModule>
##
## Configuration with AFPA disabled
##
#<IfModule !mod_afpa_cache.c>
# Listen 0.0.0.0:7000
# Use Win32DisableAcceptEx to downgrade to use winsock 1.1 network APIs.
# Note: You can use Win32DisableAcceptEx only if mod_afpa_cache.so is disabled.
# Win32DisableAcceptEx
#</IfModule>
LoadModule ibm_ssl_module modules/mod_ibm_ssl.so
Listen 0.0.0.0:7443
<VirtualHost 0.0.0.0:7443>
SSLEnable
SSLClientAuth none
KeyFile "c:\Program Files\IBM\HTTPServer\keys\key.kdb"
SSLStashfile "c:\Program Files\IBM\HTTPServer\keys\key.sth"
ErrorLog "c:\Program Files\IBM\HTTPServer\logs\sslerror.log"
TransferLog "c:\Program Files\IBM\HTTPServer\logs\sslaccess.log"
</VirtualHost>
SSLDisable
Step 3
Open the WebSphere Integrated Solutions Console (http://localhost:9080/ibm/console) and log
in, if necessary.
Step 4
Using the WebSphere Integrated Solutions Console, navigate to Servers > Web servers. Delete
"webserver1" by selecting and click Delete. (Be sure to click Save to save the configuration
when prompted.)
Step 5
Using the WebSphere Integrated Solutions Console, navigate to Environment > Virtual Hosts.
Add the port mapping: Hostname = *; Port = 7443. (Be sure to click Save to save the
configuration when prompted.)
Step 6
Log out of the WebSphere Integrated Solutions Console.
Configuration and Administration Guide for Cisco Unified Customer Voice Portal Release 4.1(1)
256
Chapter 6: - Configuring and Modifying Unified CVP Security
HTTPS Support for Unified CVP