delegate 8.11.3
- インストール
以下のサイトよりファイルをダウンロード
http://www.delegate.org/delegate/
# cd /usr/local/arch # wget ftp://ftp.delegate.org/pub/DeleGate/...delegate8.11.3.tar.gz # cd ../src # tar xvzf ../arch/delegate8.11.3.tar.gz # cd delegate8.11.3 # make # mkdir -p /usr/local/delegate/bin # cp delegated /usr/local/delegate/bin
- リバースプロキシとしての設定
# cd /usr/local/delegate # mkdir cache conf logs # chown nobody:nobody cache logs # cd conf # vi delegate.conf
MANAGER=root@domain.com
SERVER=http
MOUNT=/* http://www.domain.com:8080/*
REACHABLE=12.34.56.78
RELIABLE=*
CACHE=do
CACHEDIR=/usr/local/delegate/cache
LOGDIR=/usr/local/delegate/logs
EXPIRE=1h
CRON="0 0 * * * -expire 1d"
CACHEFILE='$[server:%L/%p]'
LOGFILE=''
PROTOLOG='${LOGDIR}/${PROTO}-[date+%Y-%m-%d].log'
CONNECT=c,d:*:*- 起動と終了
# ../bin # ./delegated -P80 +=/usr/local/conf/delegate.conf # ./delegated -P80 -Fkill
Counter: 736,
today: 1,
yesterday: 0
最終更新: 2008-11-26 (水) 02:26:05 (JST) (1272d) by aqua
