Cisco Headend System Release 2.7 Installation Guide

Page of 212
 
 
Enabling External Access to the SARFT Report 
4017650 Rev C 
151 
 
Enabling External Access to the SARFT Report 
To enable external access to the SARFT report, complete the following steps. 
1  Open an xterm window on the DNCS. 
2  Type su and enter the root password. 
3  Enter the following command: 
/etc/apache2 
4  Enter the following command to stop the httpd process: 
svcadm disable svc:/network/http:apache2 
5  Enter the following command to find the location of the http configuration file: 
vi httpd.conf 
6  Go to the location indicated in step 5 and enter the following command: 
Allow from [IP address of the external machine] 
Example:  Allow from 192.168.100.1 
7  Save the changes and exit the http.conf file. 
8  Start httpd using the following command: 
svcadm enable svc:/network/hppt:apache2