Go to the table of contents Go to the previous page Go to the next page Go to the index View or print as PDF
Configuration Files > update.config
The update.config file controls how Websense Content Gateway performs a scheduled update of specific local cache content. The file contains a list of URLs specifying objects that you want to schedule for update.
A scheduled update performs a local HTTP GET on the objects at the specific time or interval. You can control the following parameters for each specified object:
Important 
After you modify this file, run content_line -x from the Content Gateway bin directory (/opt/WCG/bin) to apply the changes. When you apply the changes to a node in a cluster, Content Gateway applies the changes to all nodes in the cluster.
Each line in the update.config file uses the following format:
URL\request_headers\offset_hour\interval\recursion_depth\
(Optional.) A list of headers (separated by semi-colons) passed in each GET request. You can define any request header that conforms to the HTTP specification. The default is no request header.
This example specifies the FTP request, an offset hour of 18 (6 p.m.), and an interval of every two minutes. The user must be anonymous and the password must be specified by the variable proxy.config.http.ftp.anonymous_passwd in the records.config file.

Go to the table of contents Go to the previous page Go to the next page Go to the index View or print as PDF
Configuration Files > update.config