Cisco Headend System Release 2.7 Installation Guide

Page of 138
 
Appendix C 
SSL Configuration for the LoadPIMS Web Service 
106 
4036043 Rev B 
Configure Apache to Allow the Client Connection 
Create the Directive for the loadPIMS Service 
1  Use a text editor to create the /etc/apache2/conf/loadPIMS.https file with the 
following directives.  
Note:  If this file already exists, see 
Configure Client IP Addresses for the 
loadPIMS Service (on page 108) to allow a connection to the loadPIMS web 
service. 
Example:  The file should look similar to the following example: 
<Location /dncs/soap/loadPIMS>
 
 
# SSLVerifyClient none
 
 
# SSLCipherSuite  
+ADH-RC4-MD5 
 
 
ProxyPass         
 
http://localhost:18284/dncs/soap/loadPIMS
 
 
ProxyPassReverse  
 
http://localhost:18284/dncs/soap/loadPIMS
 
 
Order Deny,Allow
 
 
Allow from localhost
 
 
Allow from dncs
 
 
Allow from appservatm
 
 
#Allow from client_ip
 
 
Deny from all
 
</Location>
 
Note:  Port number 18284, used in the example, should match with the value of 
the SERVER_PORT variable in the 
/dvs/dncs/etc/LoadDhctServerSOAPCfg.cfg file. 
2  Comment out, if applicable, the following lines in rpcserver.conf file: 
#ProxyPass         /dncs/soap/loadPIMS  
http://localhost:18284/dncs/soap/loadPIMS
 
#ProxyPassReverse  /dncs/soap/loadPIMS  
http://localhost:18284/dncs/soap/loadPIMS