## Config file for http-replicator ## sourced by init scripts automatically ## GENERAL_OPTS used by repcacheman ## DAEMON_OPTS used by http-replicator ## Set the cache dir GENERAL_OPTS="--dir /var/cache/http-replicator" ## Change UID/GID to user after opening the log and pid file. ## 'user' must have read/write access to cache dir: GENERAL_OPTS="$GENERAL_OPTS --user portage" ## Don't change or comment this out: DAEMON_OPTS="$GENERAL_OPTS" ## Do you need a proxy to reach the internet? ## This will forward requests to an external proxy server: ## Use one of the following, not both: #DAEMON_OPTS="$DAEMON_OPTS --external somehost:1234" #DAEMON_OPTS="$DAEMON_OPTS --external username:password@host:port" ## Dir to hold the log file: DAEMON_OPTS="$DAEMON_OPTS --log /var/log/http-replicator.log" ## Make the log messages less and less verbose. ## Up to four times to make it extremely quiet. #DAEMON_OPTS="$DAEMON_OPTS --quiet" #DAEMON_OPTS="$DAEMON_OPTS --quiet" ## Make the log messages extra verbose for debugging. #DAEMON_OPTS="$DAEMON_OPTS --debug" ## The ip addresses from which access is allowed. Can be used as many times ## as necessary. Access from localhost is allowed by default. DAEMON_OPTS="$DAEMON_OPTS --ip 192.168.*.*" DAEMON_OPTS="$DAEMON_OPTS --ip 10.*.*.*" ## The proxy port on which the server listens for http requests: DAEMON_OPTS="$DAEMON_OPTS --port 8080"