2.
|
Locate the zip file Endpoint Update Server Kit.zip under the installation folder (%DSS_HOME%).
|
1.
|
2.
|
Create a virtual directory called /EPUpdate that is CGI-enabled, and is linked to EP_UPDATE_ROOT/scripts.
|
3.
|
a.
|
b.
|
Edit the configuration file EP_UPDATE_ROOT/conf/httpd.conf with a text editor and replace the string ${EP_UPDATE_ROOT} with the actual value of EP_UPDATE_ROOT.
Important: Use forward slash (/) characters to separate folders. Do not use back slash characters (\). |
c.
|
Locate the text file, httpd.conf, in the Apache-HTTPD installation folder. Edit the file and append a single line at its end:
include EP_UPDATE_ROOT/conf/httpd.conf |
a.
|
b.
|
Run the following command to make sure EP_UPDATE_ROOT/scripts/update has execute permissions:
|
c.
|
If your Linux server is running SELinux (Security Enhanced Linux), use the semanage or the chcon command to label the file-type EP_UPDATE_ROOT/scripts/update as httpd_sys_content_t. To do this, run the following commands as a Linux root user:
|
|
/usr/sbin/semanage fcontext –a –t httpd_sys_content_t EP_UPDATE_ROOT/scripts/update
|
|
/sbin/restorecon EP_UPDATE_ROOT/scripts/update
|
d.
|
Edit the configuration file EP_UPDATE_ROOT/conf/httpd.conf with a text editor, and replace the string ${EP_UPDATE_ROOT} with the actual value of EP_UPDATE_ROOT.
|
e.
|
Edit the file /etc/httpd/conf/httpd.conf, and append a single line at its end:
|
1.
|
2.
|
In the left pane, click on the machine name, then double-click on the option ISAPI and CGI Restrictions in the right pane.
|
a.
|
Right-click an empty area in the right pane, select Add, and fill in the following values:
|
|
ISAPI or CGI path: EP_UPDATE_ROOT\scripts_windows\update.bat
|
|
Description: Websense Data Endpoint Auto-Update
|
b.
|
Check the option, Allow Extention path to execute.
|
c.
|
Click OK.
|
3.
|
4.
|
Right-click the site, choose Add Virtual Directory, and enter the following details:
|
|
Alias: EPUpdate
|
|
Physical path: EP_UPDATE_ROOT\scripts_windows
|
5.
|
Click on the newly created EPUpdate virtual folder in the left pane, and double-click on Handler Mappings in the right pane.
|
6.
|
Right-click an empty area in the right pane, choose Add Module Mapping, and enter the following values:
|
|
Request Path: update.bat
|
|
Module: CgiModule
|
|
Name: Websense Data Endpoint Auto-Update
|
7.
|
Right-click anywhere on the site, select the option Add Virtual Directory, and enter the following details:
|
|
Alias: EPPackages
|
|
Physical path: EP_UPDATE_ROOT\data
|
4.
|