[[PageOutline]] * [http://www.squid-cache.org/Versions/v3/3.1/cfgman/ Squid 3.1.22 configuration file] * [http://wiki.squid-cache.org/SquidFaq SquidFaq - Squid Web Proxy Wiki] * [http://www.namikilab.tuat.ac.jp/~sasada/prog/squidcache.html Squid のキャッシュオブジェクトを解析する] * [http://d.hatena.ne.jp/hideden/20091101/1257061316 nginx+squidで画像キャッシュサーバーの作り方 - Perlとかmemoとか日記とか。] > 仕事で画像キャッシュサーバーを構築した時のメモ。大規模事例の設定例が検索してもあまり見つからなかったので同じような境遇の誰かの参考になれば。 * [http://ysmt.blog21.fc2.com/blog-entry-157.html Freak: Squidのメモ(キャッシュしない設定)] * [http://anubish.com/alog/?p=5 SquidとNicoCacheの連携 | alog] * [http://www.maruko2.com/mw/Squid/%E3%83%8B%E3%82%B3%E3%83%8B%E3%82%B3%E5%8B%95%E7%94%BB%E3%81%AE%E3%82%AD%E3%83%A3%E3%83%83%E3%82%B7%E3%83%A5%E5%85%B1%E6%9C%89_NicoProxy2_%E3%81%A8_Squid_%E3%82%92%E9%80%A3%E6%90%BA%E3%81%95%E3%81%9B%E3%82%8B Squid/ニコニコ動画のキャッシュ共有 NicoProxy2 と Squid を連携させる - maruko2 Note.] * [http://d.hatena.ne.jp/x68kace/20110508/p1 SquidとNicoCache_nlの連携 - ちょっと待っての日記] * [http://blog.nezweb.net/archives/118 Squidでニコ動を高速化&時報回避する方法 » NezBlog] * ~~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. > }}} * [http://www.squid-cache.org/Doc/config/cache_dir/ 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.