Squid: Optimising Web Delivery http://www.squid-cache.org/ * Website Content Acceleration and Distribution <> <> SquidWiki:FrontPage (squid-cache wiki) Configuring a Basic Reverse Proxy (Website Accelerator) SquidWiki:ConfigExamples/Reverse/BasicAccelerator {{{ http_port the.public.ip.adress:80 accel defaultsite=your.main.website.name cache_peer ip.of.webserver parent 80 0 no-query originserver login=PASS name=myAccel acl our_sites dstdomain your.main.website.name http_access allow our_sites cache_peer_access myAccel allow our_sites cache_peer_access myAccel deny all }}} ---- {{{ The syntax in Squid 2.6 have changed for reverse proxy support. }}} [[squid/not-cached]] ---- squid 3.5 http://www.squid-cache.org/Doc/config/ HTTPS supportがついたので、久しぶりに試してみる。 -- ToshinoriMaeno <> download, configure は問題なし。  make install 完了。 -- ToshinoriMaeno <> /usr/local/squid に入った。 https://wiki.squid-cache.org/SquidFaq/InstallingSquid https://wiki.squid-cache.org/SquidFaq/ConfiguringSquid [[/Reverse Proxy]]