# # WWWOFFLE - World Wide Web Offline Explorer - Version 2.3. # # WWWOFFLE Configuration file /usr/local/etc/wwwoffle.conf # # Derived from the example configuration file written by Andrew M. Bishop # # WWWOFFLE and example configuration file Copyright 1997,98 Andrew M. Bishop # They may be distributed under the GNU Public License, version 2, or # any higher version. See section COPYING of the GNU Public license # for conditions under which this file may be redistributed. # # # Lines beginning with a '#' are comments and ignored. # # # Program startup configuration. # # This can not be changed without restarting the program. # # Header : StartUp # Options: http-port = # The port number to use for the proxy http server (default=8080). # : wwwoffle-port = # The port number to use for wwwoffle control (default=8081). # : spool-dir = # The directory to use as the spool directory # (default=/var/spool/wwwoffle). # : run-uid = | # The username or numeric uid to run the wwwoffled server as # (default=none). # : run-gid = | # The groupname or numeric gid to run the wwwoffled server as # (default=none). # : use-syslog = yes | no # If true then log all important messages using syslog # (default=yes). # : password = | none | # The authorisation password for demon configuration by wwwoffle # (default=none). # : max-servers = # The maximum number of server processes that are ever started, # must be less than MAX_SERVERS (=64) (default=8). # : max-fetch-servers = # The maximum number of server processes that are started to # fetch pages that were requested in offline mode, must be less # than MAX_FETCH_SERVERS (=48). (default=4). # # Notes 1: For the password to work the configuration file must be set so that # only authorised users can read it. # 2: To use the run-uid/run-gid options, the server must start as root. # 3: The max-fetch-servers value must be less than max-servers or you will # not be able to use wwwoffle interactively online while fetching. # StartUp { http-port = 8080 wwwoffle-port = 8081 spool-dir = /usr/local/wwwoffle #run-uid = daemon #run-gid = daemon use-syslog = yes password = none max-servers = 8 max-fetch-servers = 4 } # # Other configuration options. # # Header : Options # Options: log-level = debug | info | important | warning | fatal # Log messages with this or higher priority (default=important). # index-latest-days = # The age in days of pages to show in the index of latest pages # (default=7). # add-info-refresh = yes | no # The option to add a tag at the bottom of spooled pages giving # the date it was cached and a refresh button (default=no). # request-changed =