Top / Installmemo / squid

トップ   編集 凍結 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS

導入

tar xvfz squid-3.1.15.tar.bz2
cd squid-3.1.15
./configure --prefix=/usr/local/squid --enable-auth  --enable-auth-basic="NCSA"
make
make install

SSLリバースプロキシの設定

Squid設定

親proxy

cache_peer xxx.yyy.zzz.aaa parent 3128 3130 no-query

直接接続(親Proxyを経由しない)させたいサイトの指定

acl test dstdomain .test.com
always_direct allow test

ACLの設定

更新中>>

src
dst
myip
srcdomain
dstdomain
port