Version 4 (modified by mitty, 12 years ago) (diff) |
---|
- Squid のキャッシュオブジェクトを解析する
- nginx+squidで画像キャッシュサーバーの作り方 - Perlとかmemoとか日記とか。
仕事で画像キャッシュサーバーを構築した時のメモ。大規模事例の設定例が検索してもあまり見つからなかったので同じような境遇の誰かの参考になれば。
- SquidとNicoCacheの連携 | alog
- Squid/ニコニコ動画のキャッシュ共有 NicoProxy2 と Squid を連携させる - maruko2 Note.
- SquidとNicoCache_nlの連携 - ちょっと待っての日記
- Squidでニコ動を高速化&時報回避する方法 » NezBlog
no disk cache
Ubuntu 12.04 (3.1.19-1ubuntu3.12.04.1)ではcache_dir nullは使用できない- $ squid3 -v
Squid Cache: Version 3.1.19 configure options: ... '--enable-storeio=ufs,aufs,diskd' ...
- http://wiki.squid-cache.org/SquidFaq/ConfiguringSquid#Can_I_make_Squid_proxy_only.2C_without_caching_anything.3F
With Squid-2.7, Squid-3.1 and later you can also remove all 'cache_dir' options from your squid.conf to avoid having a cache directory.
- squid : cache_dir configuration directive
'null' storage type dropped. In-memory cache is always present. Remove all cache_dir options to prevent on-disk caching.
- $ squid3 -v