User addable settings

Setting

Description

FetchLog 

Full path to fetch log file, which logs a line for every rover fetch, in the format:

"fetched_url" "channel_root_url" "referring_url

Default: none—to enable, enter this line into end of sync.conf.defaults file:

FetchLog @@ServerRoot@@/
    logs/fetch.log
ReverseAccessLog 

Full path to reverse access log file, which logs a line for every reverse access, in the format:

"host_address" userid 
    [date_in_apache_format] 
    "GET_url_HTTP/1.0" 
    statuscode/
    cacheresult_requesttime_size"

Default: none—to enable, enter this line into end of sync.conf.defaults file:

ReverseAccessLog @@ServerRoot@@/
    logs/reverse.log 
DeviceReadTimeout

Number of seconds to allow a device read to proceed before timing out.

Default: 240.

DeviceWriteTimeout

Number of seconds to allow a device write to proceed before timing out.

Default: 30